pub struct OsNonce;Trait Implementations§
impl Copy for OsNonce
Auto Trait Implementations§
impl Freeze for OsNonce
impl RefUnwindSafe for OsNonce
impl Send for OsNonce
impl Sync for OsNonce
impl Unpin for OsNonce
impl UnsafeUnpin for OsNonce
impl UnwindSafe for OsNonce
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