pub struct TmuxState {
pub sessions: HashMap<SessionId, Session>,
}Fields§
§sessions: HashMap<SessionId, Session>Trait Implementations§
Auto Trait Implementations§
impl Freeze for TmuxState
impl RefUnwindSafe for TmuxState
impl Send for TmuxState
impl Sync for TmuxState
impl Unpin for TmuxState
impl UnwindSafe for TmuxState
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