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

pub struct RespawnWindow<'a> {
    pub kill: Option<bool>,
    pub start_directory: Option<&'a str>,
    pub environment: Option<&'a str>,
    pub target_window: Option<&'a str>,
    pub shell_command: Option<&'a str>,
}

Reactivate a window in which the command has exited

Manual

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

Fields

kill: Option<bool>start_directory: Option<&'a str>environment: Option<&'a str>target_window: Option<&'a str>shell_command: Option<&'a str>

Methods

impl<'a> RespawnWindow<'a>[src]

pub fn new() -> RespawnWindow<'a>[src]

Trait Implementations

impl<'a> Default for RespawnWindow<'a>[src]

Auto Trait Implementations

impl<'a> Send for RespawnWindow<'a>

impl<'a> Unpin for RespawnWindow<'a>

impl<'a> Sync for RespawnWindow<'a>

impl<'a> UnwindSafe for RespawnWindow<'a>

impl<'a> RefUnwindSafe for RespawnWindow<'a>

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]