pub struct RandomGenerator { /* private fields */ }Expand description
随机数生产对象
Implementations§
Trait Implementations§
Source§impl Debug for RandomGenerator
impl Debug for RandomGenerator
Auto Trait Implementations§
impl Freeze for RandomGenerator
impl RefUnwindSafe for RandomGenerator
impl Send for RandomGenerator
impl Sync for RandomGenerator
impl Unpin for RandomGenerator
impl UnsafeUnpin for RandomGenerator
impl UnwindSafe for RandomGenerator
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