pub struct NoRandomizer;Expand description
No-op randomizer that passes data through unchanged.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoRandomizer
impl RefUnwindSafe for NoRandomizer
impl Send for NoRandomizer
impl Sync for NoRandomizer
impl Unpin for NoRandomizer
impl UnsafeUnpin for NoRandomizer
impl UnwindSafe for NoRandomizer
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