pub struct DefaultRand(pub ThreadRng);Tuple Fields§
§0: ThreadRngTrait Implementations§
Source§impl SecureRandom for DefaultRand
impl SecureRandom for DefaultRand
Auto Trait Implementations§
impl Freeze for DefaultRand
impl !RefUnwindSafe for DefaultRand
impl !Send for DefaultRand
impl !Sync for DefaultRand
impl Unpin for DefaultRand
impl !UnwindSafe for DefaultRand
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