pub struct RingRandom;Expand description
Ring’s operating-system-backed secure random source.
Trait Implementations§
Source§impl Default for RingRandom
impl Default for RingRandom
Source§fn default() -> RingRandom
fn default() -> RingRandom
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RingRandom
impl RefUnwindSafe for RingRandom
impl Send for RingRandom
impl Sync for RingRandom
impl Unpin for RingRandom
impl UnsafeUnpin for RingRandom
impl UnwindSafe for RingRandom
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