Enum validators::base32::Base32Error [−][src]
pub enum Base32Error {
IncorrectFormat,
}Variants
IncorrectFormat
Trait Implementations
impl Debug for Base32Error[src]
impl Debug for Base32Errorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Base32Error[src]
impl PartialEq for Base32Errorfn eq(&self, other: &Base32Error) -> bool[src]
fn eq(&self, other: &Base32Error) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Clone for Base32Error[src]
impl Clone for Base32Errorfn clone(&self) -> Base32Error[src]
fn clone(&self) -> Base32ErrorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for Base32Error
impl Send for Base32Errorimpl Sync for Base32Error
impl Sync for Base32Error