Struct rust_tdlib::types::UpdateChatLastMessage
source · [−]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
sourceimpl AsRef<UpdateChatLastMessage> for UpdateChatLastMessage
impl AsRef<UpdateChatLastMessage> for UpdateChatLastMessage
sourcefn as_ref(&self) -> &UpdateChatLastMessage
fn as_ref(&self) -> &UpdateChatLastMessage
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for UpdateChatLastMessage
impl Clone for UpdateChatLastMessage
sourcefn clone(&self) -> UpdateChatLastMessage
fn clone(&self) -> UpdateChatLastMessage
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for UpdateChatLastMessage
impl Debug for UpdateChatLastMessage
sourceimpl Default for UpdateChatLastMessage
impl Default for UpdateChatLastMessage
sourcefn default() -> UpdateChatLastMessage
fn default() -> UpdateChatLastMessage
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for UpdateChatLastMessage
impl<'de> Deserialize<'de> for UpdateChatLastMessage
sourcefn 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
sourceimpl Serialize for UpdateChatLastMessage
impl Serialize for UpdateChatLastMessage
impl TDUpdate for UpdateChatLastMessage
Auto Trait Implementations
impl RefUnwindSafe for UpdateChatLastMessage
impl Send for UpdateChatLastMessage
impl Sync for UpdateChatLastMessage
impl Unpin for UpdateChatLastMessage
impl UnwindSafe for UpdateChatLastMessage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more