pub enum ThemeNamedColorKey {
White,
Black,
}Variants§
Implementations§
Source§impl ThemeNamedColorKey
impl ThemeNamedColorKey
pub const ALL: &'static [ThemeNamedColorKey]
pub const fn canonical_name(self) -> &'static str
pub fn from_canonical_name(name: &str) -> Option<Self>
Trait Implementations§
Source§impl Clone for ThemeNamedColorKey
impl Clone for ThemeNamedColorKey
Source§fn clone(&self) -> ThemeNamedColorKey
fn clone(&self) -> ThemeNamedColorKey
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 ThemeNamedColorKey
impl Debug for ThemeNamedColorKey
Source§impl Hash for ThemeNamedColorKey
impl Hash for ThemeNamedColorKey
Source§impl PartialEq for ThemeNamedColorKey
impl PartialEq for ThemeNamedColorKey
impl Copy for ThemeNamedColorKey
impl Eq for ThemeNamedColorKey
impl StructuralPartialEq for ThemeNamedColorKey
Auto Trait Implementations§
impl Freeze for ThemeNamedColorKey
impl RefUnwindSafe for ThemeNamedColorKey
impl Send for ThemeNamedColorKey
impl Sync for ThemeNamedColorKey
impl Unpin for ThemeNamedColorKey
impl UnsafeUnpin for ThemeNamedColorKey
impl UnwindSafe for ThemeNamedColorKey
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