Struct rust_tdlib::types::FileTypeProfilePhoto  
source · [−]pub struct FileTypeProfilePhoto { /* private fields */ }Expand description
The file is a profile photo
Implementations
Trait Implementations
sourceimpl AsRef<FileTypeProfilePhoto> for FileTypeProfilePhoto
 
impl AsRef<FileTypeProfilePhoto> for FileTypeProfilePhoto
sourcefn as_ref(&self) -> &FileTypeProfilePhoto
 
fn as_ref(&self) -> &FileTypeProfilePhoto
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for FileTypeProfilePhoto
 
impl Clone for FileTypeProfilePhoto
sourcefn clone(&self) -> FileTypeProfilePhoto
 
fn clone(&self) -> FileTypeProfilePhoto
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for FileTypeProfilePhoto
 
impl Debug for FileTypeProfilePhoto
sourceimpl Default for FileTypeProfilePhoto
 
impl Default for FileTypeProfilePhoto
sourcefn default() -> FileTypeProfilePhoto
 
fn default() -> FileTypeProfilePhoto
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for FileTypeProfilePhoto
 
impl<'de> Deserialize<'de> for FileTypeProfilePhoto
sourcefn 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
sourceimpl Serialize for FileTypeProfilePhoto
 
impl Serialize for FileTypeProfilePhoto
impl TDFileType for FileTypeProfilePhoto
Auto Trait Implementations
impl RefUnwindSafe for FileTypeProfilePhoto
impl Send for FileTypeProfilePhoto
impl Sync for FileTypeProfilePhoto
impl Unpin for FileTypeProfilePhoto
impl UnwindSafe for FileTypeProfilePhoto
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more