pub struct UpdateChatLastMessage { /* private fields */ }
Expand description
The last message of a chat was changed. If last_message is null, then the last message in the chat became unknown. Some new unknown messages might be added to the chat in this case
Implementations§
Trait Implementations§
Source§impl AsRef<UpdateChatLastMessage> for UpdateChatLastMessage
impl AsRef<UpdateChatLastMessage> for UpdateChatLastMessage
Source§fn as_ref(&self) -> &UpdateChatLastMessage
fn as_ref(&self) -> &UpdateChatLastMessage
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for UpdateChatLastMessage
impl Clone for UpdateChatLastMessage
Source§fn clone(&self) -> UpdateChatLastMessage
fn clone(&self) -> UpdateChatLastMessage
Returns a copy 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 UpdateChatLastMessage
impl Debug for UpdateChatLastMessage
Source§impl Default for UpdateChatLastMessage
impl Default for UpdateChatLastMessage
Source§fn default() -> UpdateChatLastMessage
fn default() -> UpdateChatLastMessage
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateChatLastMessage
impl<'de> Deserialize<'de> for UpdateChatLastMessage
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 Serialize for UpdateChatLastMessage
impl Serialize for UpdateChatLastMessage
impl TDUpdate for UpdateChatLastMessage
Auto Trait Implementations§
impl Freeze for UpdateChatLastMessage
impl RefUnwindSafe for UpdateChatLastMessage
impl Send for UpdateChatLastMessage
impl Sync for UpdateChatLastMessage
impl Unpin for UpdateChatLastMessage
impl UnwindSafe for UpdateChatLastMessage
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