Enum validators::short_crypt_url_component::ShortCryptUrlComponentError [−][src]
pub enum ShortCryptUrlComponentError {
IncorrectFormat,
}Variants
IncorrectFormat
Trait Implementations
impl Debug for ShortCryptUrlComponentError[src]
impl Debug for ShortCryptUrlComponentErrorfn 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 ShortCryptUrlComponentError[src]
impl PartialEq for ShortCryptUrlComponentErrorfn eq(&self, other: &ShortCryptUrlComponentError) -> bool[src]
fn eq(&self, other: &ShortCryptUrlComponentError) -> 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 ShortCryptUrlComponentError[src]
impl Clone for ShortCryptUrlComponentErrorfn clone(&self) -> ShortCryptUrlComponentError[src]
fn clone(&self) -> ShortCryptUrlComponentErrorReturns 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 ShortCryptUrlComponentError[src]
impl Display for ShortCryptUrlComponentErrorfn 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 ShortCryptUrlComponentError[src]
impl Error for ShortCryptUrlComponentErrorAuto Trait Implementations
impl Send for ShortCryptUrlComponentError
impl Send for ShortCryptUrlComponentErrorimpl Sync for ShortCryptUrlComponentError
impl Sync for ShortCryptUrlComponentError