Enum validators::base64_url::Base64UrlError[][src]

pub enum Base64UrlError {
    IncorrectFormat,
}

Variants

Trait Implementations

impl Debug for Base64UrlError
[src]

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Base64UrlError
[src]

Formats the value using the given formatter. Read more

impl Error for Base64UrlError
[src]

This method is soft-deprecated. Read more

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

Auto Trait Implementations