[−][src]Struct validators::short_crypt_qr_code_alphanumeric::ShortCryptQRCodeAlphanumericValidator
Methods
impl ShortCryptQRCodeAlphanumericValidator[src]
pub fn is_short_crypt_qr_code_alphanumeric_url(
&self,
short_crypt_qr_code_alphanumeric_url: &str
) -> bool[src]
&self,
short_crypt_qr_code_alphanumeric_url: &str
) -> bool
pub fn parse_string(
&self,
short_crypt_qr_code_alphanumeric_url: String
) -> ShortCryptQRCodeAlphanumericResult[src]
&self,
short_crypt_qr_code_alphanumeric_url: String
) -> ShortCryptQRCodeAlphanumericResult
pub fn parse_str(
&self,
short_crypt_qr_code_alphanumeric_url: &str
) -> ShortCryptQRCodeAlphanumericResult[src]
&self,
short_crypt_qr_code_alphanumeric_url: &str
) -> ShortCryptQRCodeAlphanumericResult
Trait Implementations
impl PartialEq<ShortCryptQRCodeAlphanumericValidator> for ShortCryptQRCodeAlphanumericValidator[src]
fn eq(&self, other: &ShortCryptQRCodeAlphanumericValidator) -> bool[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> boolThis method tests for !=.
impl Debug for ShortCryptQRCodeAlphanumericValidator[src]
Auto Trait Implementations
impl Send for ShortCryptQRCodeAlphanumericValidator
impl Sync for ShortCryptQRCodeAlphanumericValidator
Blanket Implementations
impl<T> From for T[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Typeable for T where
T: Any,
T: Any,
impl<T> IntoCollection for T
fn into_collection<A>(self) -> SmallVec<A> where
A: Array<Item = T>,
A: Array<Item = T>,
fn mapped<U, F, A>(self, f: F) -> SmallVec<A> where
A: Array<Item = U>,
F: FnMut(T) -> U,
A: Array<Item = U>,
F: FnMut(T) -> U,
impl<T, I> AsResult for T where
I: Input,
I: Input,