Enum zxcvbn::ZxcvbnError []

pub enum ZxcvbnError {
    BlankPassword,
}

Potential errors that may be returned from zxcvbn

Variants

Indicates that a blank password was passed in to zxcvbn

Trait Implementations

impl Debug for ZxcvbnError
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ZxcvbnError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ZxcvbnError
[src]

impl Display for ZxcvbnError

Formats the value using the given formatter. Read more

impl Error for ZxcvbnError

A short description of the error. Read more

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

Auto Trait Implementations

impl Send for ZxcvbnError

impl Sync for ZxcvbnError