Struct shell::ShellConfig [] [src]

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

Fields

Trait Implementations

impl Clone for ShellConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ShellConfig
[src]