pub struct CommunityChatRemoved {}Expand description
A service message about a chat being removed from a community.
Currently holds no information.
Trait Implementations§
Source§impl Clone for CommunityChatRemoved
impl Clone for CommunityChatRemoved
Source§fn clone(&self) -> CommunityChatRemoved
fn clone(&self) -> CommunityChatRemoved
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 CommunityChatRemoved
impl Debug for CommunityChatRemoved
Source§impl Default for CommunityChatRemoved
impl Default for CommunityChatRemoved
Source§fn default() -> CommunityChatRemoved
fn default() -> CommunityChatRemoved
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CommunityChatRemoved
impl<'de> Deserialize<'de> for CommunityChatRemoved
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 Freeze for CommunityChatRemoved
impl RefUnwindSafe for CommunityChatRemoved
impl Send for CommunityChatRemoved
impl Sync for CommunityChatRemoved
impl Unpin for CommunityChatRemoved
impl UnsafeUnpin for CommunityChatRemoved
impl UnwindSafe for CommunityChatRemoved
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