pub struct MessageChatDeletePhoto { /* private fields */ }
Expand description
A deleted chat photo
Implementations§
Trait Implementations§
Source§impl AsRef<MessageChatDeletePhoto> for MessageChatDeletePhoto
impl AsRef<MessageChatDeletePhoto> for MessageChatDeletePhoto
Source§fn as_ref(&self) -> &MessageChatDeletePhoto
fn as_ref(&self) -> &MessageChatDeletePhoto
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for MessageChatDeletePhoto
impl Clone for MessageChatDeletePhoto
Source§fn clone(&self) -> MessageChatDeletePhoto
fn clone(&self) -> MessageChatDeletePhoto
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 MessageChatDeletePhoto
impl Debug for MessageChatDeletePhoto
Source§impl Default for MessageChatDeletePhoto
impl Default for MessageChatDeletePhoto
Source§fn default() -> MessageChatDeletePhoto
fn default() -> MessageChatDeletePhoto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MessageChatDeletePhoto
impl<'de> Deserialize<'de> for MessageChatDeletePhoto
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 MessageChatDeletePhoto
impl Serialize for MessageChatDeletePhoto
impl TDMessageContent for MessageChatDeletePhoto
Auto Trait Implementations§
impl Freeze for MessageChatDeletePhoto
impl RefUnwindSafe for MessageChatDeletePhoto
impl Send for MessageChatDeletePhoto
impl Sync for MessageChatDeletePhoto
impl Unpin for MessageChatDeletePhoto
impl UnwindSafe for MessageChatDeletePhoto
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