pub struct Nonce<A> { /* private fields */ }
Expand description
Nonce handling for cryptographic operations
Implementations§
Trait Implementations§
Source§impl<A> AsRef<Uint8Array> for Nonce<A>
impl<A> AsRef<Uint8Array> for Nonce<A>
Source§fn as_ref(&self) -> &Uint8Array
fn as_ref(&self) -> &Uint8Array
Converts this type into a shared reference of the (usually inferred) input type.
Auto Trait Implementations§
impl<A> Freeze for Nonce<A>
impl<A> RefUnwindSafe for Nonce<A>where
A: RefUnwindSafe,
impl<A> !Send for Nonce<A>
impl<A> !Sync for Nonce<A>
impl<A> Unpin for Nonce<A>where
A: Unpin,
impl<A> UnwindSafe for Nonce<A>where
A: UnwindSafe,
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