pub enum ThemeContrast {
Normal,
High,
}Expand description
Theme contrast
Variants§
Trait Implementations§
Source§impl Clone for ThemeContrast
impl Clone for ThemeContrast
Source§fn clone(&self) -> ThemeContrast
fn clone(&self) -> ThemeContrast
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 ThemeContrast
impl Debug for ThemeContrast
Source§impl Default for ThemeContrast
impl Default for ThemeContrast
Source§fn default() -> ThemeContrast
fn default() -> ThemeContrast
Returns the “default value” for a type. Read more
Source§impl PartialEq for ThemeContrast
impl PartialEq for ThemeContrast
impl Copy for ThemeContrast
impl StructuralPartialEq for ThemeContrast
Auto Trait Implementations§
impl Freeze for ThemeContrast
impl RefUnwindSafe for ThemeContrast
impl Send for ThemeContrast
impl Sync for ThemeContrast
impl Unpin for ThemeContrast
impl UnwindSafe for ThemeContrast
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