pub enum BuiltInTheme {
Classic,
Day,
Night,
Tinted,
Arctic,
}Variants§
Classic
Classic light theme
Day
Regular light theme
Night
Regular dark theme
Tinted
Tinted dark theme
Arctic
Arctic light theme
Trait Implementations§
Source§impl Clone for BuiltInTheme
impl Clone for BuiltInTheme
Source§fn clone(&self) -> BuiltInTheme
fn clone(&self) -> BuiltInTheme
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BuiltInTheme
impl Debug for BuiltInTheme
Source§impl<'de> Deserialize<'de> for BuiltInTheme
impl<'de> Deserialize<'de> for BuiltInTheme
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for BuiltInTheme
impl PartialEq for BuiltInTheme
Source§impl Serialize for BuiltInTheme
impl Serialize for BuiltInTheme
impl StructuralPartialEq for BuiltInTheme
Auto Trait Implementations§
impl Freeze for BuiltInTheme
impl RefUnwindSafe for BuiltInTheme
impl Send for BuiltInTheme
impl Sync for BuiltInTheme
impl Unpin for BuiltInTheme
impl UnsafeUnpin for BuiltInTheme
impl UnwindSafe for BuiltInTheme
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