pub struct EsLWSession {
pub graphical_session_id: u32,
pub username: String,
}
Fields§
§graphical_session_id: u32
§username: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EsLWSession
impl RefUnwindSafe for EsLWSession
impl Send for EsLWSession
impl Sync for EsLWSession
impl Unpin for EsLWSession
impl UnwindSafe for EsLWSession
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