pub enum AliasColor {
Gray,
LightGray,
Critical,
Important,
Success,
Informational,
Inactive,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AliasColor
impl Clone for AliasColor
Source§fn clone(&self) -> AliasColor
fn clone(&self) -> AliasColor
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 AliasColor
impl Debug for AliasColor
Source§impl From<AliasColor> for Color
impl From<AliasColor> for Color
Source§fn from(alias: AliasColor) -> Self
fn from(alias: AliasColor) -> Self
Converts to this type from the input type.
Source§impl Hash for AliasColor
impl Hash for AliasColor
Source§impl PartialEq for AliasColor
impl PartialEq for AliasColor
impl Eq for AliasColor
impl StructuralPartialEq for AliasColor
Auto Trait Implementations§
impl Freeze for AliasColor
impl RefUnwindSafe for AliasColor
impl Send for AliasColor
impl Sync for AliasColor
impl Unpin for AliasColor
impl UnwindSafe for AliasColor
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