pub struct LoginSession(pub Session);Tuple Fields§
§0: SessionTrait Implementations§
Source§impl Debug for LoginSession
impl Debug for LoginSession
Source§impl<'de> Deserialize<'de> for LoginSession
impl<'de> Deserialize<'de> for LoginSession
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
Source§impl PartialEq for LoginSession
impl PartialEq for LoginSession
Source§fn eq(&self, other: &LoginSession) -> bool
fn eq(&self, other: &LoginSession) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for LoginSession
impl Serialize for LoginSession
impl StructuralPartialEq for LoginSession
Auto Trait Implementations§
impl Freeze for LoginSession
impl RefUnwindSafe for LoginSession
impl Send for LoginSession
impl Sync for LoginSession
impl Unpin for LoginSession
impl UnsafeUnpin for LoginSession
impl UnwindSafe for LoginSession
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