Struct cargo::core::shell::ShellConfig [] [src]

pub struct ShellConfig {
    pub color_config: ColorConfig,
    pub tty: bool,
}

Fields

Trait Implementations

impl Clone for ShellConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ShellConfig
[src]