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
BlackBlueCyanGreenMagentaPurpleRedWhiteYellowPlainDefault color
Trait Implementations
impl Clone for Color[src]
fn clone(&self) -> Color[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more