pub struct StringGenConfig {
pub length: LengthSpec,
pub uppercase_count: usize,
pub lowercase_count: usize,
pub special_chars: Vec<char>,
}Fields§
§length: LengthSpec§uppercase_count: usize§lowercase_count: usize§special_chars: Vec<char>Auto Trait Implementations§
impl Freeze for StringGenConfig
impl RefUnwindSafe for StringGenConfig
impl Send for StringGenConfig
impl Sync for StringGenConfig
impl Unpin for StringGenConfig
impl UnsafeUnpin for StringGenConfig
impl UnwindSafe for StringGenConfig
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