Struct tmux_interface::commands::windows_and_panes::respawn_window::RespawnWindow[][src]

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

Reactivate a window in which the command has exited

Manual

tmux ^3.0:

tmux respawn-window [-k] [-c start-directory] [-e environment] [-t target-window]
[shell-command]
(alias: respawnw)

tmux ^2.6:
```text
tmux respawn-window [-k] [-c start-directory] [-t target-window]
[shell-command]
(alias: respawnw)

tmux ^1.2:
```text
tmux respawn-window [-k] [-t target-window] [shell-command]
(alias: respawnw)

tmux ^0.8:

tmux respawn-window [-k] [-t target-window] [command]
(alias: respawnw)

Tuple Fields

0: TmuxCommand<'a>

Implementations

[-k] - any existing command is killed

[-c start-directory] - start-directory

[-t target-pane] - target-pane

[shell-command] - shell-command

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.