Struct tg_flows::MessageDeleteChatPhoto
source · pub struct MessageDeleteChatPhoto {
pub delete_chat_photo: True,
}Fields§
§delete_chat_photo: TrueService message: the chat photo was deleted.
Trait Implementations§
source§impl Clone for MessageDeleteChatPhoto
impl Clone for MessageDeleteChatPhoto
source§fn clone(&self) -> MessageDeleteChatPhoto
fn clone(&self) -> MessageDeleteChatPhoto
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 MessageDeleteChatPhoto
impl Debug for MessageDeleteChatPhoto
source§impl Default for MessageDeleteChatPhoto
impl Default for MessageDeleteChatPhoto
source§fn default() -> MessageDeleteChatPhoto
fn default() -> MessageDeleteChatPhoto
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for MessageDeleteChatPhoto
impl<'de> Deserialize<'de> for MessageDeleteChatPhoto
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<MessageDeleteChatPhoto> for MessageDeleteChatPhoto
impl PartialEq<MessageDeleteChatPhoto> for MessageDeleteChatPhoto
source§fn eq(&self, other: &MessageDeleteChatPhoto) -> bool
fn eq(&self, other: &MessageDeleteChatPhoto) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for MessageDeleteChatPhoto
impl Serialize for MessageDeleteChatPhoto
impl StructuralPartialEq for MessageDeleteChatPhoto
Auto Trait Implementations§
impl RefUnwindSafe for MessageDeleteChatPhoto
impl Send for MessageDeleteChatPhoto
impl Sync for MessageDeleteChatPhoto
impl Unpin for MessageDeleteChatPhoto
impl UnwindSafe for MessageDeleteChatPhoto
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