Struct crates_io_api::DownloadsMeta[][src]

pub struct DownloadsMeta {
    pub extra_downloads: Vec<ExtraDownloads>,
}

Fields

Trait Implementations

impl Debug for DownloadsMeta
[src]

Formats the value using the given formatter. Read more

impl Clone for DownloadsMeta
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations