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
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
dependencies: Vec<Dependency>
Trait Implementations
impl Debug for FullVersion[src]
impl Debug for FullVersionfn 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 FullVersion[src]
impl Clone for FullVersionfn clone(&self) -> FullVersion[src]
fn clone(&self) -> FullVersionReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for FullVersion
impl Send for FullVersionimpl Sync for FullVersion
impl Sync for FullVersion