Struct iq_cli::ShellConfig [] [src]

pub struct ShellConfig {
    pub color_config: ColorConfig,
    pub tty: bool,
}

Shell configuration options

Fields

Color configuration

Are we using a TTY?

Trait Implementations

impl Clone for ShellConfig
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ShellConfig
[src]

impl Default for ShellConfig
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for ShellConfig

impl Sync for ShellConfig