Struct tmux_interface::commands::clients_and_sessions::switch_client::SwitchClient[][src]

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

Structure to switch the current session for client target-client to target-session

Manual

tmux ^3.1:

tmux switch-client [-ElnprZ] [-c target-client] [-t target-session] [-T key-table]
(alias: switchc)

tmux ^2.1:

tmux switch-client [-Elnpr] [-c target-client] [-t target-session] [-T key-table]
(alias: switchc)

tmux ^1.6:

tmux switch-client [-lnpr] [-c target-client] [-t target-session]
(alias: switchc)

tmux ^1.4:

tmux switch-client [-lnp] [-c target-client] [-t target-session]
(alias: switchc)

tmux ^1.0:

tmux switch-client [-c target-client] [-t target-session]
(alias: switchc)

tmux ^0.8:

tmux switch-client [-c target-client -t target-session]
(alias: switchc)

Tuple Fields

0: TmuxCommand<'a>

Implementations

[-E] - update-environment option will not be applied

[-l] - move to the last session

[-n] - move to the next session

[-p] - move to the previous session

[-r] - toggle whether a client is read-only

[-c target-client] - specify the target-client

[-t target-session] - specify the target session

[-T key-table] - set the client’s key table

Trait Implementations

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 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.