pub struct SessionCleared {
pub agent: CompactString,
}Expand description
Session cleared confirmation.
Fields§
§agent: CompactStringAgent whose session was cleared.
Trait Implementations§
Source§impl Clone for SessionCleared
impl Clone for SessionCleared
Source§fn clone(&self) -> SessionCleared
fn clone(&self) -> SessionCleared
Returns a duplicate 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 SessionCleared
impl Debug for SessionCleared
Source§impl<'de> Deserialize<'de> for SessionCleared
impl<'de> Deserialize<'de> for SessionCleared
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 From<SessionCleared> for ServerMessage
impl From<SessionCleared> for ServerMessage
Source§fn from(r: SessionCleared) -> Self
fn from(r: SessionCleared) -> Self
Converts to this type from the input type.
Source§impl Serialize for SessionCleared
impl Serialize for SessionCleared
Source§impl TryFrom<ServerMessage> for SessionCleared
impl TryFrom<ServerMessage> for SessionCleared
Auto Trait Implementations§
impl Freeze for SessionCleared
impl RefUnwindSafe for SessionCleared
impl Send for SessionCleared
impl Sync for SessionCleared
impl Unpin for SessionCleared
impl UnsafeUnpin for SessionCleared
impl UnwindSafe for SessionCleared
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