pub enum Mints {
Wordle,
Hangman,
Anagrams,
Minesweeper,
}Expand description
These are the games available. Game names are parsed through clap’s ValueParser.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Mints
impl RefUnwindSafe for Mints
impl Send for Mints
impl Sync for Mints
impl Unpin for Mints
impl UnwindSafe for Mints
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