Enum tty_interface::Color
source · pub enum Color {
Show 17 variants
Black,
DarkGrey,
Red,
DarkRed,
Green,
DarkGreen,
Yellow,
DarkYellow,
Blue,
DarkBlue,
Magenta,
DarkMagenta,
Cyan,
DarkCyan,
White,
Grey,
Reset,
}Expand description
Colors to be used for foreground and background text formatting.
Variants
Black
DarkGrey
Red
DarkRed
Green
DarkGreen
Yellow
DarkYellow
Blue
DarkBlue
Magenta
DarkMagenta
Cyan
DarkCyan
White
Grey
Reset
Implementations
Trait Implementations
impl Copy for Color
impl Eq for Color
impl StructuralEq for Color
impl StructuralPartialEq for Color
Auto Trait Implementations
impl RefUnwindSafe for Color
impl Send for Color
impl Sync for Color
impl Unpin for Color
impl UnwindSafe for Color
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more