Enum log4rs::encode::Color [] [src]

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

A text or background color.

Variants

Black
Red
Green
Yellow
Blue
Magenta
Cyan
White

Trait Implementations

Derived Implementations

impl Debug for Color
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for Color
[src]

fn clone(&self) -> Color

fn clone_from(&mut self, source: &Self)
1.0.0

impl Copy for Color
[src]