pub struct CommunityChatAdded {
pub community: Community,
}Expand description
A service message about a chat being added to a community.
Fields§
§community: CommunityThe new community to which the chat belongs.
Trait Implementations§
Source§impl Clone for CommunityChatAdded
impl Clone for CommunityChatAdded
Source§fn clone(&self) -> CommunityChatAdded
fn clone(&self) -> CommunityChatAdded
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 CommunityChatAdded
impl Debug for CommunityChatAdded
Source§impl<'de> Deserialize<'de> for CommunityChatAdded
impl<'de> Deserialize<'de> for CommunityChatAdded
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 CommunityChatAdded
impl RefUnwindSafe for CommunityChatAdded
impl Send for CommunityChatAdded
impl Sync for CommunityChatAdded
impl Unpin for CommunityChatAdded
impl UnsafeUnpin for CommunityChatAdded
impl UnwindSafe for CommunityChatAdded
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