Enum data_encoding::base::EqualError [] [src]

pub enum EqualError {
    Symbol(u8),
    Padding,
}

Equality errors.

Variants

The two bases differ on a symbol or its associated value.

The two bases differ on the padding.

Trait Implementations

impl Clone for EqualError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for EqualError
[src]

impl Debug for EqualError
[src]

Formats the value using the given formatter.

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

impl Display for EqualError
[src]

Formats the value using the given formatter.

impl Error for EqualError
[src]

A short description of the error. Read more

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