Struct crates_index::Version [] [src]

pub struct Version { /* fields omitted */ }

A single version of a crate published to the index

Methods

impl Version
[src]

Name of the crate

Name of this version

Dependencies for this version

Checksum of the package for this version

Whether this version was yanked from the index

Trait Implementations

impl Clone for Version
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more