pub struct PsEntry {
pub session: Session,
pub alive: bool,
pub state: State,
}Fields§
§session: Session§alive: bool§state: StateTrait Implementations§
Auto Trait Implementations§
impl Freeze for PsEntry
impl RefUnwindSafe for PsEntry
impl Send for PsEntry
impl Sync for PsEntry
impl Unpin for PsEntry
impl UnsafeUnpin for PsEntry
impl UnwindSafe for PsEntry
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