Struct bonsaidb_core::networking::LogOutSession
source · pub struct LogOutSession(pub SessionId);
Expand description
Logs out from a session.
Tuple Fields§
§0: SessionId
Trait Implementations§
source§impl Api for LogOutSession
impl Api for LogOutSession
source§impl Clone for LogOutSession
impl Clone for LogOutSession
source§fn clone(&self) -> LogOutSession
fn clone(&self) -> LogOutSession
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for LogOutSession
impl Debug for LogOutSession
source§impl<'de> Deserialize<'de> for LogOutSession
impl<'de> Deserialize<'de> for LogOutSession
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
Auto Trait Implementations§
impl RefUnwindSafe for LogOutSession
impl Send for LogOutSession
impl Sync for LogOutSession
impl Unpin for LogOutSession
impl UnwindSafe for LogOutSession
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