Enum wdg_base32::B32DecodeError [] [src]

pub enum B32DecodeError {
    Null,
    InvalidByte,
    InvalidPadding,
    InvalidLength,
}

Variants

Trait Implementations

impl Copy for B32DecodeError
[src]

impl Clone for B32DecodeError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for B32DecodeError
[src]

Formats the value using the given formatter.