pub struct RandStr { /* private fields */ }Expand description
The generator to produce new random strings.
Implementations§
Auto Trait Implementations§
impl Freeze for RandStr
impl !RefUnwindSafe for RandStr
impl !Send for RandStr
impl !Sync for RandStr
impl Unpin for RandStr
impl !UnwindSafe for RandStr
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