Enum ansi_colour::NormalColour [] [src]

pub enum NormalColour {
    Black,
    Red,
    Green,
    Yellow,
    Blue,
    Magenta,
    Cyan,
    Grey,
}

Variants

Methods

impl NormalColour
[src]

[src]

Trait Implementations

impl Clone for NormalColour
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for NormalColour
[src]

impl Debug for NormalColour
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for NormalColour
[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 Eq for NormalColour
[src]

impl Hash for NormalColour
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more