Enum vonuvoli_scheme::externals::test::ColorConfig[][src]

pub enum ColorConfig {
    AutoColor,
    AlwaysColor,
    NeverColor,
}
🔬 This is a nightly-only experimental API. (test)

Variants

🔬 This is a nightly-only experimental API. (test)
🔬 This is a nightly-only experimental API. (test)
🔬 This is a nightly-only experimental API. (test)

Trait Implementations

impl Clone for ColorConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ColorConfig
[src]

Formats the value using the given formatter. Read more

impl Copy for ColorConfig
[src]

Auto Trait Implementations

impl Send for ColorConfig

impl Sync for ColorConfig