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