pub struct UpdateSavedMessagesTopic {
pub topic: SavedMessagesTopic,
}
Expand description
Basic information about a Saved Messages topic has changed. This update is guaranteed to come before the topic identifier is returned to the application
Fields§
§topic: SavedMessagesTopic
New data about the topic
Trait Implementations§
Source§impl Clone for UpdateSavedMessagesTopic
impl Clone for UpdateSavedMessagesTopic
Source§fn clone(&self) -> UpdateSavedMessagesTopic
fn clone(&self) -> UpdateSavedMessagesTopic
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 UpdateSavedMessagesTopic
impl Debug for UpdateSavedMessagesTopic
Source§impl<'de> Deserialize<'de> for UpdateSavedMessagesTopic
impl<'de> Deserialize<'de> for UpdateSavedMessagesTopic
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 UpdateSavedMessagesTopic
impl PartialEq for UpdateSavedMessagesTopic
Source§impl Serialize for UpdateSavedMessagesTopic
impl Serialize for UpdateSavedMessagesTopic
impl StructuralPartialEq for UpdateSavedMessagesTopic
Auto Trait Implementations§
impl Freeze for UpdateSavedMessagesTopic
impl RefUnwindSafe for UpdateSavedMessagesTopic
impl Send for UpdateSavedMessagesTopic
impl Sync for UpdateSavedMessagesTopic
impl Unpin for UpdateSavedMessagesTopic
impl UnwindSafe for UpdateSavedMessagesTopic
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