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
crate_name: String
created_at: DateTime<Utc>
updated_at: DateTime<Utc>
dl_path: String
downloads: u64
features: HashMap<String, Vec<String>>
id: u64
num: String
yanked: bool
readme_path: Option<String>
links: VersionLinks
Trait Implementations
impl Debug for Version[src]
impl Debug for Versionfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for Version[src]
impl Clone for Version