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