Enum emoji_commit_type::CommitType [] [src]

pub enum CommitType {
    Breaking,
    Feature,
    Bugfix,
    Other,
    Meta,
}

A specific commit type

Variants

Methods

impl CommitType
[src]

[src]

Return the first commit type (Breaking)

[src]

Return the last commit variant (Meta)

[src]

Given a commit type, return the next commit type

[src]

Given a commit type, return the previous commit type

Important traits for CommitTypeIterator
[src]

Return an iterator over all commit types

[src]

Return the emoji for this commit type

[src]

Return the bump level for this commit type

[src]

Return the description for this commit type

Trait Implementations

impl PartialEq for CommitType
[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 CommitType
[src]

impl Copy for CommitType
[src]

impl Clone for CommitType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CommitType
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CommitType

impl Sync for CommitType