Enum validators::base64_url::Base64UrlError [−][src]
pub enum Base64UrlError {
IncorrectFormat,
}Variants
IncorrectFormat
Trait Implementations
impl Debug for Base64UrlError[src]
impl Debug for Base64UrlErrorfn 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 Base64UrlError[src]
impl PartialEq for Base64UrlErrorfn eq(&self, other: &Base64UrlError) -> bool[src]
fn eq(&self, other: &Base64UrlError) -> 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 Base64UrlError[src]
impl Clone for Base64UrlErrorfn clone(&self) -> Base64UrlError[src]
fn clone(&self) -> Base64UrlErrorReturns 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 Base64UrlError[src]
impl Display for Base64UrlErrorfn 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 Base64UrlError[src]
impl Error for Base64UrlErrorAuto Trait Implementations
impl Send for Base64UrlError
impl Send for Base64UrlErrorimpl Sync for Base64UrlError
impl Sync for Base64UrlError