[−][src]Struct tmux_interface::clients_and_sessions::AttachSession
Session for attaching client to already existing session
Manual
tmux attach-session [-dEr] [-c working-directory] [-t target-session]
(alias: attach)
Fields
detach_other: Option<bool>any other clients attached to the session are detached
not_update_env: Option<bool>update-environment option will not be applied
read_only: Option<bool>signifies the client is read-only
cwd: Option<&'a str>specify starting directory
target_session: Option<&'a str>specify target session name
Methods
impl<'a> AttachSession<'a>[src]
Trait Implementations
impl<'a> Default for AttachSession<'a>[src]
fn default() -> AttachSession<'a>[src]
Auto Trait Implementations
impl<'a> Sync for AttachSession<'a>
impl<'a> Unpin for AttachSession<'a>
impl<'a> Send for AttachSession<'a>
impl<'a> RefUnwindSafe for AttachSession<'a>
impl<'a> UnwindSafe for AttachSession<'a>
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
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,