pub enum ThemeArg {
Light,
Dark,
Auto,
}Expand description
Theme argument for CLI.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ThemeArg
impl RefUnwindSafe for ThemeArg
impl Send for ThemeArg
impl Sync for ThemeArg
impl Unpin for ThemeArg
impl UnwindSafe for ThemeArg
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