Struct tmux_interface::options::server_options::ServerOptionsBuilder[][src]

pub struct ServerOptionsBuilder<'a> {
    pub buffer_limit: Option<usize>,
    pub command_alias: Option<Vec<String>>,
    pub default_terminal: Option<&'a str>,
    pub escape_time: Option<usize>,
    pub exit_empty: Option<Switch>,
    pub exit_unattached: Option<Switch>,
    pub focus_events: Option<Switch>,
    pub history_file: Option<&'a str>,
    pub message_limit: Option<usize>,
    pub set_clipboard: Option<SetClipboard>,
    pub terminal_overrides: Option<Vec<String>>,
    // some fields omitted
}

Fields

buffer_limit: Option<usize>command_alias: Option<Vec<String>>default_terminal: Option<&'a str>escape_time: Option<usize>exit_empty: Option<Switch>exit_unattached: Option<Switch>focus_events: Option<Switch>history_file: Option<&'a str>message_limit: Option<usize>set_clipboard: Option<SetClipboard>terminal_overrides: Option<Vec<String>>

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.