Struct crates_io_api::types::Downloads [] [src]

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

Fields

Trait Implementations

impl Debug for Downloads
[src]

[src]

Formats the value using the given formatter.

impl Clone for Downloads
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more