pub struct MessageChatChangePhoto {
pub photo: ChatPhoto,
}
Expand description
An updated chat photo
Fields§
§photo: ChatPhoto
New chat photo
Trait Implementations§
Source§impl Clone for MessageChatChangePhoto
impl Clone for MessageChatChangePhoto
Source§fn clone(&self) -> MessageChatChangePhoto
fn clone(&self) -> MessageChatChangePhoto
Returns a duplicate 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 MessageChatChangePhoto
impl Debug for MessageChatChangePhoto
Source§impl<'de> Deserialize<'de> for MessageChatChangePhoto
impl<'de> Deserialize<'de> for MessageChatChangePhoto
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 for MessageChatChangePhoto
impl PartialEq for MessageChatChangePhoto
Source§impl Serialize for MessageChatChangePhoto
impl Serialize for MessageChatChangePhoto
impl StructuralPartialEq for MessageChatChangePhoto
Auto Trait Implementations§
impl Freeze for MessageChatChangePhoto
impl RefUnwindSafe for MessageChatChangePhoto
impl Send for MessageChatChangePhoto
impl Sync for MessageChatChangePhoto
impl Unpin for MessageChatChangePhoto
impl UnwindSafe for MessageChatChangePhoto
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