[][src]Struct tmux_interface::windows_and_panes::PipePane

pub struct PipePane<'a> {
    pub stdout: Option<bool>,
    pub stdin: Option<bool>,
    pub open: Option<bool>,
    pub target_pane: Option<&'a str>,
    pub shell_command: Option<&'a str>,
}

Pipe output sent by the program in target-pane to a shell command or vice versa

Manual

tmux pipe-pane [-IOo] [-t target-pane] [shell-command]
(alias: pipep)

Fields

stdout: Option<bool>stdin: Option<bool>open: Option<bool>target_pane: Option<&'a str>shell_command: Option<&'a str>

Methods

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

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

Trait Implementations

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

Auto Trait Implementations

impl<'a> Send for PipePane<'a>

impl<'a> Unpin for PipePane<'a>

impl<'a> Sync for PipePane<'a>

impl<'a> UnwindSafe for PipePane<'a>

impl<'a> RefUnwindSafe for PipePane<'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]