pub struct SessionStatus {
pub has_bell: bool,
pub last_activity_ts: u64,
pub foreground: ForegroundKind,
pub is_running_wsx: bool,
pub wsx_muted: bool,
}Fields§
§has_bell: bool§last_activity_ts: u64§foreground: ForegroundKind§is_running_wsx: bool§wsx_muted: boolAuto Trait Implementations§
impl Freeze for SessionStatus
impl RefUnwindSafe for SessionStatus
impl Send for SessionStatus
impl Sync for SessionStatus
impl Unpin for SessionStatus
impl UnsafeUnpin for SessionStatus
impl UnwindSafe for SessionStatus
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