Enum tvis::term::BoldOrBright [] [src]

pub enum BoldOrBright {
    Bold,
    Bright,
}

The Linux console and the Windows legacy console can be thought of as having either 16 foreground colors, or 8 foreground colors plus bold.

Variants

8 foreground colors plus bold.

16 foreground colors.

Trait Implementations

impl Clone for BoldOrBright
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for BoldOrBright
[src]

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