pub struct TmuxSession {
pub name: String,
/* private fields */
}Expand description
A fully-resolved tmux session ready to execute or inspect.
Fields§
§name: StringThe resolved session name (e.g. paw-myproject or paw-myproject-2).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TmuxSession
impl RefUnwindSafe for TmuxSession
impl Send for TmuxSession
impl Sync for TmuxSession
impl Unpin for TmuxSession
impl UnsafeUnpin for TmuxSession
impl UnwindSafe for TmuxSession
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more