pub struct SessionChatRemovedAction {
pub chat: Uri,
}Expand description
A chat was removed from this session’s catalog. No-op when no entry matches.
Mirrors the root-channel root/sessionRemoved notification.
Fields§
§chat: UriThe URI of the chat to remove.
Trait Implementations§
Source§impl Clone for SessionChatRemovedAction
impl Clone for SessionChatRemovedAction
Source§fn clone(&self) -> SessionChatRemovedAction
fn clone(&self) -> SessionChatRemovedAction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SessionChatRemovedAction
impl Debug for SessionChatRemovedAction
Source§impl<'de> Deserialize<'de> for SessionChatRemovedAction
impl<'de> Deserialize<'de> for SessionChatRemovedAction
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 SessionChatRemovedAction
impl PartialEq for SessionChatRemovedAction
Source§fn eq(&self, other: &SessionChatRemovedAction) -> bool
fn eq(&self, other: &SessionChatRemovedAction) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SessionChatRemovedAction
impl Serialize for SessionChatRemovedAction
impl StructuralPartialEq for SessionChatRemovedAction
Auto Trait Implementations§
impl Freeze for SessionChatRemovedAction
impl RefUnwindSafe for SessionChatRemovedAction
impl Send for SessionChatRemovedAction
impl Sync for SessionChatRemovedAction
impl Unpin for SessionChatRemovedAction
impl UnsafeUnpin for SessionChatRemovedAction
impl UnwindSafe for SessionChatRemovedAction
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