Struct crates_io_api::VersionDownloads[][src]

pub struct VersionDownloads {
    pub date: NaiveDate,
    pub downloads: u64,
    pub id: u64,
    pub version: u64,
}

Fields

Trait Implementations

impl Debug for VersionDownloads
[src]

Formats the value using the given formatter. Read more

impl Clone for VersionDownloads
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations