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[src]
impl Clone for ShellConfig[src]
fn clone(&self) -> ShellConfig
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more