[][src]Struct validators::mac_address::MacAddressAllowAnyCaseWithoutColon

pub struct MacAddressAllowAnyCaseWithoutColon(_);

Methods

impl MacAddressAllowAnyCaseWithoutColon[src]

impl MacAddressAllowAnyCaseWithoutColon[src]

pub fn get_full_mac_address(&self) -> &str[src]

impl MacAddressAllowAnyCaseWithoutColon[src]

pub fn has_lowercase(&self) -> bool[src]

pub fn has_uppercase(&self) -> bool[src]

pub fn has_both_case(&self) -> bool[src]

Trait Implementations

impl Validated for MacAddressAllowAnyCaseWithoutColon[src]

impl ValidatedWrapper for MacAddressAllowAnyCaseWithoutColon[src]

type Error = MacAddressError

impl Eq for MacAddressAllowAnyCaseWithoutColon[src]

impl Clone for MacAddressAllowAnyCaseWithoutColon[src]

impl PartialEq<MacAddressAllowAnyCaseWithoutColon> for MacAddressAllowAnyCaseWithoutColon[src]

impl From<MacAddressAllowAnyCaseWithoutColon> for MacAddress[src]

impl Hash for MacAddressAllowAnyCaseWithoutColon[src]

impl Deref for MacAddressAllowAnyCaseWithoutColon[src]

type Target = str

The resulting type after dereferencing.

impl Debug for MacAddressAllowAnyCaseWithoutColon[src]

impl Display for MacAddressAllowAnyCaseWithoutColon[src]

impl FromStr for MacAddressAllowAnyCaseWithoutColon[src]

type Err = MacAddressError

The associated error which can be returned from parsing.

impl<'a> FromParam<'a> for MacAddressAllowAnyCaseWithoutColon[src]

type Error = MacAddressError

The associated error to be returned if parsing/validation fails.

impl<'a> FromFormValue<'a> for MacAddressAllowAnyCaseWithoutColon[src]

type Error = MacAddressError

The associated error which can be returned from parsing. It is a good idea to have the return type be or contain an &'v str so that the unparseable string can be examined after a bad parse. Read more

impl Serialize for MacAddressAllowAnyCaseWithoutColon[src]

impl<'de> Deserialize<'de> for MacAddressAllowAnyCaseWithoutColon[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Typeable for T where
    T: Any

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> IntoCollection<T> for T

impl<T, I> AsResult<T, I> for T where
    I: Input, 

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]