pub struct FileTypeProfilePhoto {}Expand description
The file is a profile photo
Trait Implementations§
Source§impl Clone for FileTypeProfilePhoto
 
impl Clone for FileTypeProfilePhoto
Source§fn clone(&self) -> FileTypeProfilePhoto
 
fn clone(&self) -> FileTypeProfilePhoto
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 FileTypeProfilePhoto
 
impl Debug for FileTypeProfilePhoto
Source§impl<'de> Deserialize<'de> for FileTypeProfilePhoto
 
impl<'de> Deserialize<'de> for FileTypeProfilePhoto
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 FileTypeProfilePhoto
impl RefUnwindSafe for FileTypeProfilePhoto
impl Send for FileTypeProfilePhoto
impl Sync for FileTypeProfilePhoto
impl Unpin for FileTypeProfilePhoto
impl UnwindSafe for FileTypeProfilePhoto
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