Enum validators::base64::Base64Error [−][src]
pub enum Base64Error {
IncorrectFormat,
UTF8Error(Utf8Error),
}Variants
IncorrectFormatUTF8Error(Utf8Error)
Trait Implementations
impl Debug for Base64Error[src]
impl Debug for Base64Errorfn 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 Base64Error[src]
impl PartialEq for Base64Errorfn eq(&self, other: &Base64Error) -> bool[src]
fn eq(&self, other: &Base64Error) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Base64Error) -> bool[src]
fn ne(&self, other: &Base64Error) -> boolThis method tests for !=.
impl Clone for Base64Error[src]
impl Clone for Base64Errorfn clone(&self) -> Base64Error[src]
fn clone(&self) -> Base64ErrorReturns 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
impl Display for Base64Error[src]
impl Display for Base64Errorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for Base64Error[src]
impl Error for Base64ErrorAuto Trait Implementations
impl Send for Base64Error
impl Send for Base64Errorimpl Sync for Base64Error
impl Sync for Base64Error