Struct crates_io_api::FullVersion[][src]

pub struct FullVersion {
    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,
    pub author_names: Vec<String>,
    pub authors: Vec<User>,
    pub dependencies: Vec<Dependency>,
}

Fields

Trait Implementations

impl Debug for FullVersion
[src]

Formats the value using the given formatter. Read more

impl Clone for FullVersion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for FullVersion

impl Sync for FullVersion