pub struct RandomOps;Expand description
RandomOps
Schedules PRNG seeding from the configured source (IC raw_rand or time).
Implementations§
Auto Trait Implementations§
impl Freeze for RandomOps
impl RefUnwindSafe for RandomOps
impl Send for RandomOps
impl Sync for RandomOps
impl Unpin for RandomOps
impl UnwindSafe for RandomOps
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