Enum wdg_base32::B32DecodeError
[−]
[src]
pub enum B32DecodeError {
Null,
InvalidByte,
InvalidPadding,
InvalidLength,
}Variants
NullInvalidByteInvalidPaddingInvalidLengthTrait Implementations
impl Copy for B32DecodeError[src]
impl Clone for B32DecodeError[src]
fn clone(&self) -> B32DecodeError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for B32DecodeError[src]
fn eq(&self, __arg_0: &B32DecodeError) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.