Enum emoji_commit_type::BumpLevel [] [src]

pub enum BumpLevel {
    Major,
    Minor,
    Patch,
    None,
}

A semver bump level

Variants

Methods

impl BumpLevel
[src]

[src]

Return the name of this bump level

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

1.0.0
[src]

This method tests for !=.

impl Eq for BumpLevel
[src]

impl Copy for BumpLevel
[src]

impl Clone for BumpLevel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for BumpLevel
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for BumpLevel

impl Sync for BumpLevel