pub struct UpdateDirectMessagesChatTopic {
pub topic: DirectMessagesChatTopic,
}Expand description
Basic information about a topic in a channel direct messages chat administered by the current user has changed. This update is guaranteed to come before the topic identifier is returned to the application
Fields§
§topic: DirectMessagesChatTopicNew data about the topic
Trait Implementations§
Source§impl Clone for UpdateDirectMessagesChatTopic
impl Clone for UpdateDirectMessagesChatTopic
Source§fn clone(&self) -> UpdateDirectMessagesChatTopic
fn clone(&self) -> UpdateDirectMessagesChatTopic
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<'de> Deserialize<'de> for UpdateDirectMessagesChatTopic
impl<'de> Deserialize<'de> for UpdateDirectMessagesChatTopic
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 UpdateDirectMessagesChatTopic
impl PartialEq for UpdateDirectMessagesChatTopic
Source§fn eq(&self, other: &UpdateDirectMessagesChatTopic) -> bool
fn eq(&self, other: &UpdateDirectMessagesChatTopic) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UpdateDirectMessagesChatTopic
Auto Trait Implementations§
impl Freeze for UpdateDirectMessagesChatTopic
impl RefUnwindSafe for UpdateDirectMessagesChatTopic
impl Send for UpdateDirectMessagesChatTopic
impl Sync for UpdateDirectMessagesChatTopic
impl Unpin for UpdateDirectMessagesChatTopic
impl UnsafeUnpin for UpdateDirectMessagesChatTopic
impl UnwindSafe for UpdateDirectMessagesChatTopic
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