Struct tdlib::types::FoundFileDownloads
source · pub struct FoundFileDownloads {
pub total_counts: DownloadedFileCounts,
pub files: Vec<FileDownload>,
pub next_offset: String,
}
Expand description
Contains a list of downloaded files, found by a search
Fields§
§total_counts: DownloadedFileCounts
Total number of suitable files, ignoring offset
files: Vec<FileDownload>
The list of files
next_offset: String
The offset for the next request. If empty, there are no more results
Trait Implementations§
source§impl Clone for FoundFileDownloads
impl Clone for FoundFileDownloads
source§fn clone(&self) -> FoundFileDownloads
fn clone(&self) -> FoundFileDownloads
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 FoundFileDownloads
impl Debug for FoundFileDownloads
source§impl<'de> Deserialize<'de> for FoundFileDownloads
impl<'de> Deserialize<'de> for FoundFileDownloads
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