pub enum ChatPhotos {
ChatPhotos(ChatPhotos),
}Variants§
ChatPhotos(ChatPhotos)
Contains a list of chat or user profile photos
Trait Implementations§
Source§impl Clone for ChatPhotos
impl Clone for ChatPhotos
Source§fn clone(&self) -> ChatPhotos
fn clone(&self) -> ChatPhotos
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 ChatPhotos
impl Debug for ChatPhotos
Source§impl<'de> Deserialize<'de> for ChatPhotos
impl<'de> Deserialize<'de> for ChatPhotos
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 ChatPhotos
impl PartialEq for ChatPhotos
Source§impl Serialize for ChatPhotos
impl Serialize for ChatPhotos
impl StructuralPartialEq for ChatPhotos
Auto Trait Implementations§
impl Freeze for ChatPhotos
impl RefUnwindSafe for ChatPhotos
impl Send for ChatPhotos
impl Sync for ChatPhotos
impl Unpin for ChatPhotos
impl UnwindSafe for ChatPhotos
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