Struct shell::ShellConfig [-] [+] [src]

pub struct ShellConfig {
    pub color: bool,
    pub verbose: bool,
    pub tty: bool,
}

Fields

color
verbose
tty

Trait Implementations

Derived Implementations

impl Copy for ShellConfig

impl Clone for ShellConfig

fn clone(&self) -> ShellConfig

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