Struct crates_io_api::Version[][src]

pub struct Version {
    pub crate_name: String,
    pub created_at: DateTime<Utc>,
    pub updated_at: DateTime<Utc>,
    pub dl_path: String,
    pub downloads: u64,
    pub features: HashMap<String, Vec<String>>,
    pub id: u64,
    pub num: String,
    pub yanked: bool,
    pub readme_path: Option<String>,
    pub links: VersionLinks,
}

Fields

Trait Implementations

impl Debug for Version
[src]

Formats the value using the given formatter. Read more

impl Clone for Version
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Version

impl Sync for Version