Enum validators::short_crypt_qr_code_alphanumeric::ShortCryptQRCodeAlphanumericComponentError [−][src]
pub enum ShortCryptQRCodeAlphanumericComponentError {
IncorrectFormat,
}Variants
IncorrectFormat
Trait Implementations
impl Debug for ShortCryptQRCodeAlphanumericComponentError[src]
impl Debug for ShortCryptQRCodeAlphanumericComponentErrorfn 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 ShortCryptQRCodeAlphanumericComponentError[src]
impl PartialEq for ShortCryptQRCodeAlphanumericComponentErrorfn eq(&self, other: &ShortCryptQRCodeAlphanumericComponentError) -> bool[src]
fn eq(&self, other: &ShortCryptQRCodeAlphanumericComponentError) -> 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 ShortCryptQRCodeAlphanumericComponentError[src]
impl Clone for ShortCryptQRCodeAlphanumericComponentErrorfn clone(&self) -> ShortCryptQRCodeAlphanumericComponentError[src]
fn clone(&self) -> ShortCryptQRCodeAlphanumericComponentErrorReturns 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