Struct cargo::core::shell::ShellConfig
[−]
[src]
pub struct ShellConfig { pub color_config: ColorConfig, pub tty: bool, }
Fields
color_config | |
tty |
pub struct ShellConfig { pub color_config: ColorConfig, pub tty: bool, }
color_config | |
tty |
impl Copy for ShellConfig
impl Clone for ShellConfig
fn clone(&self) -> ShellConfig
fn clone_from(&mut self, source: &Self)