pub struct RandomMocker;
Expand description
A built-in Mocker, which randomly makes characters uppercase or lowercase.
Implementations§
Source§impl RandomMocker
impl RandomMocker
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RandomMocker
impl RefUnwindSafe for RandomMocker
impl Send for RandomMocker
impl Sync for RandomMocker
impl Unpin for RandomMocker
impl UnwindSafe for RandomMocker
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