Struct tmux_interface::commands::windows_and_panes::choose_client::ChooseClient[][src]

pub struct ChooseClient<'a>(pub TmuxCommand<'a>);
Expand description

Put a pane into client mode, allowing a client to be selected interactively from a list

Manual

tmux ^3.1:

tmux choose-client [-NrZ] [-F format] [-f filter] [-O sort-order] [-t target-pane] [template]

tmux ^2.7:

tmux choose-client [-NZ] [-F format] [-f filter] [-O sort-order] [-t target-pane] [template]

tmux ^2.6:

tmux choose-client [-N] [-F format] [-f filter] [-O sort-order] [-t target-pane] [template]

tmux ^1.7:

tmux choose-client [-F format] [-t target-window] [template]

tmux ^1.0:

tmux choose-client  [-t target-window] [template]

Tuple Fields

0: TmuxCommand<'a>

Implementations

[-N] - start without the preview

[-F format] - format

[-f filter] - specify an initial filter

[-O sort-order] - specify the initial sort field

[-t target-pane] - target-pane

[template] - template

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

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

Performs the conversion.

Performs the conversion.

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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.