Struct crates_io_api::VersionDownloads [−][src]
pub struct VersionDownloads {
pub date: NaiveDate,
pub downloads: u64,
pub id: u64,
pub version: u64,
}Fields
date: NaiveDate
downloads: u64
id: u64
version: u64
Trait Implementations
impl Debug for VersionDownloads[src]
impl Debug for VersionDownloadsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for VersionDownloads[src]
impl Clone for VersionDownloadsfn clone(&self) -> VersionDownloads[src]
fn clone(&self) -> VersionDownloadsReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for VersionDownloads
impl Send for VersionDownloadsimpl Sync for VersionDownloads
impl Sync for VersionDownloads