pub enum CharSetKind {
Number,
Letter,
Symbol,
NumberAndLetter,
NumberAndSymbol,
LetterAndSymbol,
NumberLetterAndSymbol,
}
Expand description
Kinds of random number
Variants§
Auto Trait Implementations§
impl Freeze for CharSetKind
impl RefUnwindSafe for CharSetKind
impl Send for CharSetKind
impl Sync for CharSetKind
impl Unpin for CharSetKind
impl UnwindSafe for CharSetKind
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