pub struct GetRandom;Expand description
Randomness source based on the getrandom::fill.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetRandom
impl RefUnwindSafe for GetRandom
impl Send for GetRandom
impl Sync for GetRandom
impl Unpin for GetRandom
impl UnwindSafe for GetRandom
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