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