Struct crates_io_api::types::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]

[src]

Formats the value using the given formatter.

impl Clone for VersionDownloads
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more