pub struct StringHelper {}Implementations§
Source§impl StringHelper
impl StringHelper
pub fn generate_string(&self, length: usize) -> String
Auto Trait Implementations§
impl Freeze for StringHelper
impl RefUnwindSafe for StringHelper
impl Send for StringHelper
impl Sync for StringHelper
impl Unpin for StringHelper
impl UnwindSafe for StringHelper
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