pub struct MockRandomWrapper;Trait Implementations§
Source§impl Wrapper for MockRandomWrapper
impl Wrapper for MockRandomWrapper
Auto Trait Implementations§
impl Freeze for MockRandomWrapper
impl RefUnwindSafe for MockRandomWrapper
impl Send for MockRandomWrapper
impl Sync for MockRandomWrapper
impl Unpin for MockRandomWrapper
impl UnsafeUnpin for MockRandomWrapper
impl UnwindSafe for MockRandomWrapper
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