pub enum RandWay {
NORMAL,
NUMBER,
LETTER,
SPECIAL,
}Variants§
Auto Trait Implementations§
impl Freeze for RandWay
impl RefUnwindSafe for RandWay
impl Send for RandWay
impl Sync for RandWay
impl Unpin for RandWay
impl UnsafeUnpin for RandWay
impl UnwindSafe for RandWay
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