Struct bonsaidb::core::networking::LogOutSession
pub struct LogOutSession(pub SessionId);
Expand description
Logs out from a session.
Tuple Fields§
§0: SessionId
Trait Implementations§
§impl Api for LogOutSession
impl Api for LogOutSession
§impl Clone for LogOutSession
impl Clone for LogOutSession
§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 more§impl Debug for LogOutSession
impl Debug for LogOutSession
§impl<'de> Deserialize<'de> for LogOutSession
impl<'de> Deserialize<'de> for LogOutSession
§fn deserialize<__D>(
__deserializer: __D
) -> Result<LogOutSession, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<LogOutSession, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl Serialize for LogOutSession
impl Serialize for LogOutSession
§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. 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§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,
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