pub struct ChatPhotos { /* private fields */ }
Expand description
Contains a list of chat or user profile photos
Implementations§
Trait Implementations§
Source§impl AsRef<ChatPhotos> for ChatPhotos
impl AsRef<ChatPhotos> for ChatPhotos
Source§fn as_ref(&self) -> &ChatPhotos
fn as_ref(&self) -> &ChatPhotos
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for ChatPhotos
impl Clone for ChatPhotos
Source§fn clone(&self) -> ChatPhotos
fn clone(&self) -> ChatPhotos
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 ChatPhotos
impl Debug for ChatPhotos
Source§impl Default for ChatPhotos
impl Default for ChatPhotos
Source§fn default() -> ChatPhotos
fn default() -> ChatPhotos
Returns the “default value” for a type. Read more
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
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