Struct tmux_interface::options::window_options::WindowOptionsBuilder[][src]

pub struct WindowOptionsBuilder<'a> {
Show 38 fields pub aggressive_resize: Option<Switch>, pub allow_rename: Option<Switch>, pub alternate_screen: Option<Switch>, pub automatic_rename: Option<Switch>, pub automatic_rename_format: Option<&'a str>, pub clock_mode_colour: Option<&'a str>, pub clock_mode_style: Option<ClockModeStyle>, pub force_height: Option<usize>, pub force_width: Option<usize>, pub main_pane_height: Option<usize>, pub main_pane_width: Option<usize>, pub mode_keys: Option<StatusKeys>, pub mode_style: Option<&'a str>, pub monitor_activity: Option<Switch>, pub monitor_bell: Option<Switch>, pub monitor_silence: Option<usize>, pub other_pane_height: Option<usize>, pub other_pane_width: Option<usize>, pub pane_active_border_style: Option<&'a str>, pub pane_base_index: Option<usize>, pub pane_border_format: Option<&'a str>, pub pane_border_status: Option<PaneBorderStatus>, pub pane_border_style: Option<&'a str>, pub remain_on_exit: Option<Switch>, pub synchronize_panes: Option<Switch>, pub window_active_style: Option<&'a str>, pub window_status_activity_style: Option<&'a str>, pub window_status_bell_style: Option<&'a str>, pub window_status_current_format: Option<&'a str>, pub window_status_current_style: Option<&'a str>, pub window_status_format: Option<&'a str>, pub window_status_last_style: Option<&'a str>, pub window_status_separator: Option<&'a str>, pub window_status_style: Option<&'a str>, pub word_separators: Option<&'a str>, pub window_style: Option<&'a str>, pub wrap_search: Option<Switch>, pub xterm_keys: Option<Switch>,
}

Fields

aggressive_resize: Option<Switch>allow_rename: Option<Switch>alternate_screen: Option<Switch>automatic_rename: Option<Switch>automatic_rename_format: Option<&'a str>clock_mode_colour: Option<&'a str>clock_mode_style: Option<ClockModeStyle>force_height: Option<usize>force_width: Option<usize>main_pane_height: Option<usize>main_pane_width: Option<usize>mode_keys: Option<StatusKeys>mode_style: Option<&'a str>monitor_activity: Option<Switch>monitor_bell: Option<Switch>monitor_silence: Option<usize>other_pane_height: Option<usize>other_pane_width: Option<usize>pane_active_border_style: Option<&'a str>pane_base_index: Option<usize>pane_border_format: Option<&'a str>pane_border_status: Option<PaneBorderStatus>pane_border_style: Option<&'a str>remain_on_exit: Option<Switch>synchronize_panes: Option<Switch>window_active_style: Option<&'a str>window_status_activity_style: Option<&'a str>window_status_bell_style: Option<&'a str>window_status_current_format: Option<&'a str>window_status_current_style: Option<&'a str>window_status_format: Option<&'a str>window_status_last_style: Option<&'a str>window_status_separator: Option<&'a str>window_status_style: Option<&'a str>word_separators: Option<&'a str>window_style: Option<&'a str>wrap_search: Option<Switch>xterm_keys: Option<Switch>

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.