[][src]Struct tmux_interface::clients_and_sessions::AttachSession

pub struct AttachSession<'a> {
    pub detach_other: Option<bool>,
    pub not_update_env: Option<bool>,
    pub read_only: Option<bool>,
    pub cwd: Option<Cow<'a, str>>,
    pub target_session: Option<Cow<'a, str>>,
}

Fields

detach_other: Option<bool>not_update_env: Option<bool>read_only: Option<bool>cwd: Option<Cow<'a, str>>target_session: Option<Cow<'a, str>>

Methods

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

pub fn new() -> Self[src]

Trait Implementations

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

Auto Trait Implementations

impl<'a> Send for AttachSession<'a>

impl<'a> Sync for AttachSession<'a>

Blanket Implementations

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

impl<T> From<T> for 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]