Enum json_color::Color [] [src]

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

The set of available colors for the various JSON components.

Variants

Default color

Trait Implementations

impl Clone for Color
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Color
[src]

Returns the "default value" for a type. Read more