pub struct GetRandom;
Trait Implementations§
Source§impl SecureRandom for GetRandom
impl SecureRandom for GetRandom
fn get_random_u64(&mut self) -> u64
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