Enum jhffi::JhError [] [src]

pub enum JhError {
    Fail,
    BadHashbitlen,
}

Variants

Generic failure state

hashbitlen or hash() incorrect

Trait Implementations

impl Debug for JhError
[src]

[src]

Formats the value using the given formatter.

impl Clone for JhError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for JhError
[src]

impl Hash for JhError
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

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

impl From<i32> for JhError
[src]

[src]

Passing incorrect error values yields unspecified behaviour.