Enum validators::base32::Base32Error[][src]

pub enum Base32Error {
    IncorrectFormat,
}

Variants

Trait Implementations

impl Debug for Base32Error
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Base32Error
[src]

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

This method tests for !=.

impl Clone for Base32Error
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Base32Error

impl Sync for Base32Error