pub struct SystemNocRng;Expand description
Production default: wraps ring::rand::SystemRandom.
Trait Implementations§
Source§impl Debug for SystemNocRng
impl Debug for SystemNocRng
Source§impl Default for SystemNocRng
impl Default for SystemNocRng
Source§fn default() -> SystemNocRng
fn default() -> SystemNocRng
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SystemNocRng
impl RefUnwindSafe for SystemNocRng
impl Send for SystemNocRng
impl Sync for SystemNocRng
impl Unpin for SystemNocRng
impl UnsafeUnpin for SystemNocRng
impl UnwindSafe for SystemNocRng
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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