pub struct Claim { /* private fields */ }
Expand description
Attribution claim of a Principal on a Resource.
Note that this object is slightly different from the fplugin::Attribution object: it goes from a Resource to a Principal, and covers also indirect attribution claims of sub- and parent resources.
Trait Implementations§
impl Copy for Claim
impl Eq for Claim
impl StructuralPartialEq for Claim
Auto Trait Implementations§
impl Freeze for Claim
impl RefUnwindSafe for Claim
impl Send for Claim
impl Sync for Claim
impl Unpin for Claim
impl UnwindSafe for Claim
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