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 ShellConfigimpl Clone for ShellConfigfn clone(&self) -> ShellConfigfn clone_from(&mut self, source: &Self)