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