Struct crates_index_diff::CrateVersion [] [src]

pub struct CrateVersion {
    pub name: String,
    pub kind: ChangeKind,
    pub version: String,
}

Pack all information we know about a change made to a version of a crate.

Fields

The crate name, i.e. clap.

The kind of change.

The semantic version of the crate.

Methods

impl CrateVersion
[src]

Return a new version as decoded from a Json from a diff of the crates.io-index.

Trait Implementations

impl Encodable for CrateVersion
[src]

Serialize a value using an Encoder.

impl Ord for CrateVersion
[src]

This method returns an Ordering between self and other. Read more

impl PartialOrd for CrateVersion
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Eq for CrateVersion
[src]

impl PartialEq for CrateVersion
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for CrateVersion
[src]

Formats the value using the given formatter.