Struct tg_flows::MessageNewChatPhoto
source · pub struct MessageNewChatPhoto {
pub new_chat_photo: Vec<PhotoSize>,
}Fields§
§new_chat_photo: Vec<PhotoSize>A chat photo was change to this value.
Trait Implementations§
source§impl Clone for MessageNewChatPhoto
impl Clone for MessageNewChatPhoto
source§fn clone(&self) -> MessageNewChatPhoto
fn clone(&self) -> MessageNewChatPhoto
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 MessageNewChatPhoto
impl Debug for MessageNewChatPhoto
source§impl<'de> Deserialize<'de> for MessageNewChatPhoto
impl<'de> Deserialize<'de> for MessageNewChatPhoto
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<MessageNewChatPhoto> for MessageNewChatPhoto
impl PartialEq<MessageNewChatPhoto> for MessageNewChatPhoto
source§fn eq(&self, other: &MessageNewChatPhoto) -> bool
fn eq(&self, other: &MessageNewChatPhoto) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for MessageNewChatPhoto
impl Serialize for MessageNewChatPhoto
impl StructuralPartialEq for MessageNewChatPhoto
Auto Trait Implementations§
impl RefUnwindSafe for MessageNewChatPhoto
impl Send for MessageNewChatPhoto
impl Sync for MessageNewChatPhoto
impl Unpin for MessageNewChatPhoto
impl UnwindSafe for MessageNewChatPhoto
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