pub enum ThemeType {
Default,
Terra,
Neon,
Mono,
Amber,
Phosphor,
}Expand description
Theme types available
Variants§
Trait Implementations§
impl Copy for ThemeType
Auto Trait Implementations§
impl Freeze for ThemeType
impl RefUnwindSafe for ThemeType
impl Send for ThemeType
impl Sync for ThemeType
impl Unpin for ThemeType
impl UnsafeUnpin for ThemeType
impl UnwindSafe for ThemeType
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