pub struct WSLSessionInformation(/* private fields */);Expand description
Represents session information for a WSL instance.
This struct wraps the WSLSessionInformation provided by the WSL Plugin API and
provides safe, idiomatic access to its fields.
Implementations§
Trait Implementations§
Source§impl AsRef<WSLSessionInformation> for WSLSessionInformation
impl AsRef<WSLSessionInformation> for WSLSessionInformation
Source§fn as_ref(&self) -> &WSLSessionInformation
fn as_ref(&self) -> &WSLSessionInformation
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<WSLSessionInformation> for WSLSessionInformation
impl AsRef<WSLSessionInformation> for WSLSessionInformation
Source§fn as_ref(&self) -> &WSLSessionInformation
fn as_ref(&self) -> &WSLSessionInformation
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Debug for WSLSessionInformation
impl Debug for WSLSessionInformation
Source§impl From<WSLSessionInformation> for WSLSessionInformation
impl From<WSLSessionInformation> for WSLSessionInformation
Source§fn from(value: WSLSessionInformation) -> Self
fn from(value: WSLSessionInformation) -> Self
Converts to this type from the input type.
Source§impl From<WSLSessionInformation> for WSLSessionInformation
impl From<WSLSessionInformation> for WSLSessionInformation
Source§fn from(value: WSLSessionInformation) -> Self
fn from(value: WSLSessionInformation) -> Self
Converts to this type from the input type.
Source§impl Hash for WSLSessionInformation
impl Hash for WSLSessionInformation
Auto Trait Implementations§
impl Freeze for WSLSessionInformation
impl RefUnwindSafe for WSLSessionInformation
impl !Send for WSLSessionInformation
impl !Sync for WSLSessionInformation
impl Unpin for WSLSessionInformation
impl UnsafeUnpin for WSLSessionInformation
impl UnwindSafe for WSLSessionInformation
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