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

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

Fields

color_config
tty

Trait Implementations

Derived Implementations

impl Copy for ShellConfig

impl Clone for ShellConfig

fn clone(&self) -> ShellConfig

fn clone_from(&mut self, source: &Self)