Enum abscissa::ColorConfig[][src]

pub enum ColorConfig {
    Auto,
    Always,
    Never,
}

Color configuration

Variants

Pick colors automatically based on whether we're using a TTY

Always use colors

Never use colors

Methods

impl ColorConfig
[src]

Initialize the shell using this color configuration

Trait Implementations

impl Clone for ColorConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ColorConfig
[src]

impl Debug for ColorConfig
[src]

Formats the value using the given formatter. Read more

impl Eq for ColorConfig
[src]

impl PartialEq for ColorConfig
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Default for ColorConfig
[src]

Returns the "default value" for a type. Read more

impl Display for ColorConfig
[src]

Formats the value using the given formatter. Read more

impl FromStr for ColorConfig
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

Auto Trait Implementations

impl Send for ColorConfig

impl Sync for ColorConfig