pub struct SessionMetadata {
pub pty_path: String,
pub shell_pid: u32,
pub created_at: u64,
pub attached: AtomicBool,
pub last_heartbeat: AtomicU64,
}Fields§
§pty_path: String§shell_pid: u32§created_at: u64§attached: AtomicBool§last_heartbeat: AtomicU64Auto Trait Implementations§
impl !Freeze for SessionMetadata
impl RefUnwindSafe for SessionMetadata
impl Send for SessionMetadata
impl Sync for SessionMetadata
impl Unpin for SessionMetadata
impl UnsafeUnpin for SessionMetadata
impl UnwindSafe for SessionMetadata
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