pub struct TaggedClaim(/* private fields */);Auto Trait Implementations§
impl Freeze for TaggedClaim
impl RefUnwindSafe for TaggedClaim
impl Send for TaggedClaim
impl Sync for TaggedClaim
impl Unpin for TaggedClaim
impl UnsafeUnpin for TaggedClaim
impl UnwindSafe for TaggedClaim
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