Enum stdcli::term::Color
[−]
[src]
pub enum Color {
Black,
Red,
Green,
Yellow,
Blue,
Magenta,
Cyan,
White,
}A terminal color.
Variants
BlackRedGreenYellowBlueMagentaCyanWhite
Trait Implementations
impl Copy for Color[src]
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