pub struct PsResult {
pub sessions: Vec<PsEntry>,
}Fields§
§sessions: Vec<PsEntry>Trait Implementations§
Auto Trait Implementations§
impl Freeze for PsResult
impl RefUnwindSafe for PsResult
impl Send for PsResult
impl Sync for PsResult
impl Unpin for PsResult
impl UnsafeUnpin for PsResult
impl UnwindSafe for PsResult
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