Struct rust_tdlib::types::FileTypeThumbnail
source · [−]pub struct FileTypeThumbnail { /* private fields */ }Expand description
The file is a thumbnail of another file
Implementations
Trait Implementations
sourceimpl AsRef<FileTypeThumbnail> for FileTypeThumbnail
impl AsRef<FileTypeThumbnail> for FileTypeThumbnail
sourcefn as_ref(&self) -> &FileTypeThumbnail
fn as_ref(&self) -> &FileTypeThumbnail
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for FileTypeThumbnail
impl Clone for FileTypeThumbnail
sourcefn clone(&self) -> FileTypeThumbnail
fn clone(&self) -> FileTypeThumbnail
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 FileTypeThumbnail
impl Debug for FileTypeThumbnail
sourceimpl Default for FileTypeThumbnail
impl Default for FileTypeThumbnail
sourcefn default() -> FileTypeThumbnail
fn default() -> FileTypeThumbnail
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for FileTypeThumbnail
impl<'de> Deserialize<'de> for FileTypeThumbnail
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 FileTypeThumbnail
impl Serialize for FileTypeThumbnail
impl TDFileType for FileTypeThumbnail
Auto Trait Implementations
impl RefUnwindSafe for FileTypeThumbnail
impl Send for FileTypeThumbnail
impl Sync for FileTypeThumbnail
impl Unpin for FileTypeThumbnail
impl UnwindSafe for FileTypeThumbnail
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