Enum crossterm::ColorType[][src]

pub enum ColorType {
    Background,
    Foreground,
}

Color types that can be used to determine if the Color enum is an Fore- or Background Color

Variants

Trait Implementations

impl Debug for ColorType
[src]

Formats the value using the given formatter. Read more

impl Copy for ColorType
[src]

impl Clone for ColorType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ColorType

impl Sync for ColorType