pub struct MockRng { /* private fields */ }Expand description
Mock random number generator for deterministic testing.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MockRng
impl RefUnwindSafe for MockRng
impl Send for MockRng
impl Sync for MockRng
impl Unpin for MockRng
impl UnwindSafe for MockRng
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