Enum pbkdf2::CheckError[][src]

pub enum CheckError {
    HashMismatch,
    InvalidFormat,
}

pbkdf2_check error

Variants

Password hash mismatch, e.g. due to the incorrect password.

Invalid format of the hash string.

Trait Implementations

impl Debug for CheckError
[src]

Formats the value using the given formatter. Read more

impl Copy for CheckError
[src]

impl Clone for CheckError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for CheckError
[src]

impl PartialEq for CheckError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for CheckError
[src]

Formats the value using the given formatter. Read more

impl Error for CheckError
[src]

This method is soft-deprecated. Read more

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

Auto Trait Implementations

impl Send for CheckError

impl Sync for CheckError