Enum calcver::error::CalcverErrorReason []

pub enum CalcverErrorReason {
    Library(String),
    NoCommitsOnRelease,
}

Variants

Trait Implementations

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

[src]

Formats the value using the given formatter.

impl Display for CalcverErrorReason

Formats the value using the given formatter. Read more

impl Error for CalcverErrorReason

A short description of the error. Read more

The lower-level cause of this error, if any. Read more