Enum stdcli::term::console::Color [] [src]

pub enum Color {
    Black,
    Red,
    Green,
    Yellow,
    Blue,
    Magenta,
    Cyan,
    White,
}

A terminal color.

Variants

Trait Implementations

impl Copy for Color
[src]

impl Clone for Color
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for Color
[src]

impl PartialEq<Color> for Color
[src]

[src]

impl Debug for Color
[src]

[src]

Formats the value using the given formatter.