pub struct DiscoveredSession {
pub name: SessionName,
pub session: Session,
}Expand description
One session discovered from the daemon inventory.
Fields§
§name: SessionNameSession name.
session: SessionLive session handle.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for DiscoveredSession
impl !UnwindSafe for DiscoveredSession
impl Freeze for DiscoveredSession
impl Send for DiscoveredSession
impl Sync for DiscoveredSession
impl Unpin for DiscoveredSession
impl UnsafeUnpin for DiscoveredSession
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