pub enum ThemePreference {
Dark,
Light,
System,
}Expand description
The user’s theme preference.
Variants§
Dark
Dark mode: light text on a dark background.
Light
Light mode: dark text on a light background.
System
Follow the system’s theme preference.
Trait Implementations§
source§impl Clone for ThemePreference
impl Clone for ThemePreference
source§fn clone(&self) -> ThemePreference
fn clone(&self) -> ThemePreference
Returns a copy 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 ThemePreference
impl Debug for ThemePreference
source§impl From<ThemePreference> for SystemTheme
impl From<ThemePreference> for SystemTheme
source§fn from(value: ThemePreference) -> Self
fn from(value: ThemePreference) -> Self
Converts to this type from the input type.
source§impl Hash for ThemePreference
impl Hash for ThemePreference
source§impl PartialEq for ThemePreference
impl PartialEq for ThemePreference
source§fn eq(&self, other: &ThemePreference) -> bool
fn eq(&self, other: &ThemePreference) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ThemePreference
impl Eq for ThemePreference
impl StructuralPartialEq for ThemePreference
Auto Trait Implementations§
impl Freeze for ThemePreference
impl RefUnwindSafe for ThemePreference
impl Send for ThemePreference
impl Sync for ThemePreference
impl Unpin for ThemePreference
impl UnwindSafe for ThemePreference
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)