pub struct RandomNonceGenerator<const N: usize>(/* private fields */);Trait Implementations§
Source§impl<const N: usize> NonceGenerator<N> for RandomNonceGenerator<N>
impl<const N: usize> NonceGenerator<N> for RandomNonceGenerator<N>
Auto Trait Implementations§
impl<const N: usize> !Freeze for RandomNonceGenerator<N>
impl<const N: usize> !RefUnwindSafe for RandomNonceGenerator<N>
impl<const N: usize> Send for RandomNonceGenerator<N>
impl<const N: usize> !Sync for RandomNonceGenerator<N>
impl<const N: usize> Unpin for RandomNonceGenerator<N>
impl<const N: usize> UnwindSafe for RandomNonceGenerator<N>
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