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