pub struct SessionID(pub u32);Tuple Fields§
§0: u32Trait Implementations§
impl Copy for SessionID
Source§impl<'de> Deserialize<'de> for SessionID
impl<'de> Deserialize<'de> for SessionID
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for SessionID
Source§impl From<&WSLSessionInformation> for SessionID
impl From<&WSLSessionInformation> for SessionID
Source§fn from(value: &WSLSessionInformation) -> Self
fn from(value: &WSLSessionInformation) -> Self
Converts to this type from the input type.
Source§impl HasSessionId for SessionID
impl HasSessionId for SessionID
fn session_id(&self) -> SessionID
impl StructuralPartialEq for SessionID
Auto Trait Implementations§
impl Freeze for SessionID
impl RefUnwindSafe for SessionID
impl Send for SessionID
impl Sync for SessionID
impl Unpin for SessionID
impl UnsafeUnpin for SessionID
impl UnwindSafe for SessionID
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