pub enum NamedContentColor {
Red,
Green,
Blue,
Yellow,
Magenta,
Cyan,
White,
Default,
}Expand description
Named colors for content strings.
Variants§
Trait Implementations§
Source§impl Clone for NamedContentColor
impl Clone for NamedContentColor
Source§fn clone(&self) -> NamedContentColor
fn clone(&self) -> NamedContentColor
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 NamedContentColor
impl Debug for NamedContentColor
Source§impl PartialEq for NamedContentColor
impl PartialEq for NamedContentColor
impl Eq for NamedContentColor
impl StructuralPartialEq for NamedContentColor
Auto Trait Implementations§
impl Freeze for NamedContentColor
impl RefUnwindSafe for NamedContentColor
impl Send for NamedContentColor
impl Sync for NamedContentColor
impl Unpin for NamedContentColor
impl UnsafeUnpin for NamedContentColor
impl UnwindSafe for NamedContentColor
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