pub struct InflatedResource {
pub resource: Resource,
pub claims: HashSet<Claim>,
pub annotations: Vec<ResourceAnnotation>,
}Expand description
Resource annotated with additional information.
Fields§
§resource: Resource§claims: HashSet<Claim>§annotations: Vec<ResourceAnnotation>Trait Implementations§
Source§impl Debug for InflatedResource
impl Debug for InflatedResource
Auto Trait Implementations§
impl Freeze for InflatedResource
impl RefUnwindSafe for InflatedResource
impl Send for InflatedResource
impl Sync for InflatedResource
impl Unpin for InflatedResource
impl UnwindSafe for InflatedResource
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more