Enum cargo_version::BumpLevel [] [src]

pub enum BumpLevel {
    Major,
    Minor,
    Patch,
    Specific(Version),
}

Variants

Trait Implementations

impl PartialEq for BumpLevel
[src]

[src]

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

[src]

This method tests for !=.

impl Debug for BumpLevel
[src]

[src]

Formats the value using the given formatter.

impl FromStr for BumpLevel
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more

impl Display for BumpLevel
[src]

[src]

Formats the value using the given formatter. Read more