Struct crates_io_api::ExtraDownloads[][src]

pub struct ExtraDownloads {
    pub date: NaiveDate,
    pub downloads: u64,
}

Fields

Trait Implementations

impl Debug for ExtraDownloads
[src]

Formats the value using the given formatter. Read more

impl Clone for ExtraDownloads
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations