[−][src]Struct tmux_interface::windows_and_panes::NewWindow
Structure for creating new window, using tmux new-window command
Manual
tmux new-window [-adkP] [-c start-directory] [-F format] [-n window-name] [-t target-window]
[shell-command]
(alias: neww)
Fields
add: Option<bool>detached: Option<bool>kill: Option<bool>print: Option<bool>cwd: Option<&'a str>format: Option<&'a str>window_name: Option<&'a str>target_window: Option<&'a str>shell_command: Option<&'a str>Methods
impl<'a> NewWindow<'a>[src]
Trait Implementations
Auto Trait Implementations
impl<'a> Send for NewWindow<'a>
impl<'a> Unpin for NewWindow<'a>
impl<'a> Sync for NewWindow<'a>
impl<'a> UnwindSafe for NewWindow<'a>
impl<'a> RefUnwindSafe for NewWindow<'a>
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,