pub enum Accent {
Red,
Green,
Yellow,
Blue,
Magenta,
Cyan,
}Expand description
A colour name for a profile’s accent.
Named rather than a hex triple: this has to read on a 16-colour terminal, and the point is that production is unmistakable, not that it matches anyone’s palette.
Variants§
Implementations§
Trait Implementations§
impl Copy for Accent
impl Eq for Accent
impl StructuralPartialEq for Accent
Auto Trait Implementations§
impl Freeze for Accent
impl RefUnwindSafe for Accent
impl Send for Accent
impl Sync for Accent
impl Unpin for Accent
impl UnsafeUnpin for Accent
impl UnwindSafe for Accent
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