Enum git_historian::SHA1ParseError [] [src]

pub enum SHA1ParseError {
    IncorrectLength,
    InvalidHexadecimal,
}

Variants

Trait Implementations

impl Copy for SHA1ParseError
[src]

impl Clone for SHA1ParseError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SHA1ParseError
[src]

Formats the value using the given formatter.

impl Error for SHA1ParseError
[src]

A short description of the error. Read more

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

impl Display for SHA1ParseError
[src]

Formats the value using the given formatter. Read more