Struct validators::base32::Base32[][src]

pub struct Base32 { /* fields omitted */ }

Methods

impl Base32
[src]

impl Base32
[src]

Trait Implementations

impl Clone for Base32
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Validated for Base32
[src]

impl Debug for Base32
[src]

Formats the value using the given formatter. Read more

impl Display for Base32
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Base32
[src]

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

This method tests for !=.

impl ValidatedWrapper for Base32
[src]

Auto Trait Implementations

impl Send for Base32

impl Sync for Base32