pub struct Nonce(_);
Implementations
Trait Implementations
sourceimpl TryFrom<&[u8]> for Nonce
impl TryFrom<&[u8]> for Nonce
type Error = TryFromSliceError
type Error = TryFromSliceError
The type returned in the event of a conversion error.
impl BytewiseEquality for Nonce
impl ContiguousMemory for Nonce
impl Copy for Nonce
impl Eq for Nonce
impl StructuralEq for Nonce
impl StructuralPartialEq for Nonce
Auto Trait Implementations
impl RefUnwindSafe for Nonce
impl Send for Nonce
impl Sync for Nonce
impl Unpin for Nonce
impl UnwindSafe for Nonce
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more