pub enum ThemeKind {
Windows,
MacOS,
Gtk,
Qt,
}Expand description
Theme kind
Variants§
Trait Implementations§
impl Copy for ThemeKind
impl StructuralPartialEq for ThemeKind
Auto Trait Implementations§
impl Freeze for ThemeKind
impl RefUnwindSafe for ThemeKind
impl Send for ThemeKind
impl Sync for ThemeKind
impl Unpin for ThemeKind
impl UnwindSafe for ThemeKind
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