Struct crates_io_api::Downloads[][src]

pub struct Downloads {
    pub version_downloads: Vec<VersionDownloads>,
    pub meta: DownloadsMeta,
}

Fields

Trait Implementations

impl Debug for Downloads
[src]

Formats the value using the given formatter. Read more

impl Clone for Downloads
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Downloads

impl Sync for Downloads