Struct crates_index::Version [] [src]

pub struct Version { /* fields omitted */ }

A single version of a crate published to the index

Methods

impl Version
[src]

[src]

Name of the crate

[src]

Name of this version

[src]

Dependencies for this version

[src]

Checksum of the package for this version

[src]

[src]

Whether this version was yanked from the index

Trait Implementations

impl Clone for Version
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more