Enum env_logger::Color [] [src]

pub enum Color {
    Black,
    Blue,
    Green,
    Red,
    Cyan,
    Magenta,
    Yellow,
    White,
    // some variants omitted
}

The set of available English colors for the terminal foreground/background.

Note that this set may expand over time.

Variants

Trait Implementations

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]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl FromStr for Color
[src]

impl Debug for Color
[src]

[src]

Formats the value using the given formatter.