Enum argon2rs::ParamErr [] [src]

pub enum ParamErr {
    TooFewPasses,
    TooFewLanes,
    TooManyLanes,
    MinKiB(u64),
}

Variants

Trait Implementations

impl Debug for ParamErr
[src]

Formats the value using the given formatter.

impl PartialEq for ParamErr
[src]

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

This method tests for !=.

impl Eq for ParamErr
[src]

impl Clone for ParamErr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ParamErr
[src]

impl Display for ParamErr
[src]

Formats the value using the given formatter. Read more

impl Error for ParamErr
[src]

A short description of the error. Read more

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