Enum tdlib::enums::FileDownload
source · pub enum FileDownload {
FileDownload(FileDownload),
}
Variants§
FileDownload(FileDownload)
Describes a file added to file download list
Trait Implementations§
source§impl Clone for FileDownload
impl Clone for FileDownload
source§fn clone(&self) -> FileDownload
fn clone(&self) -> FileDownload
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 FileDownload
impl Debug for FileDownload
source§impl<'de> Deserialize<'de> for FileDownload
impl<'de> Deserialize<'de> for FileDownload
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