pub struct FixedRng { /* private fields */ }Expand description
Deterministic RNG for testing.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FixedRng
impl RefUnwindSafe for FixedRng
impl Send for FixedRng
impl Sync for FixedRng
impl Unpin for FixedRng
impl UnwindSafe for FixedRng
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