pub enum Themes {
Standard,
Night,
Industrial,
Forest,
Royal,
}
Variants§
Implementations§
Trait Implementations§
impl StructuralPartialEq for Themes
Auto Trait Implementations§
impl Freeze for Themes
impl RefUnwindSafe for Themes
impl Send for Themes
impl Sync for Themes
impl Unpin for Themes
impl UnwindSafe for Themes
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