pub struct VerifiedFiveLeafGenerationV2PairedOwner { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VerifiedFiveLeafGenerationV2PairedOwner
impl RefUnwindSafe for VerifiedFiveLeafGenerationV2PairedOwner
impl Send for VerifiedFiveLeafGenerationV2PairedOwner
impl Sync for VerifiedFiveLeafGenerationV2PairedOwner
impl Unpin for VerifiedFiveLeafGenerationV2PairedOwner
impl UnsafeUnpin for VerifiedFiveLeafGenerationV2PairedOwner
impl UnwindSafe for VerifiedFiveLeafGenerationV2PairedOwner
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