[][src]Struct validators::mac_address::MacAddress

pub struct MacAddress { /* fields omitted */ }

Methods

impl MacAddress[src]

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

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

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

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

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

pub fn into_string(self) -> String[src]

Trait Implementations

impl Validated for MacAddress[src]

impl Eq for MacAddress[src]

impl Clone for MacAddress[src]

impl PartialEq<MacAddress> for MacAddress[src]

impl From<MacAddressAllowAnyCaseWithColon> for MacAddress[src]

impl From<MacAddressAllowAnyCaseWithoutColon> for MacAddress[src]

impl From<MacAddressAllowAnyCaseAllowColon> for MacAddress[src]

impl From<MacAddressUpperCaseWithColon> for MacAddress[src]

impl From<MacAddressUpperCaseWithoutColon> for MacAddress[src]

impl From<MacAddressUpperCaseAllowColon> for MacAddress[src]

impl From<MacAddressLowerCaseWithColon> for MacAddress[src]

impl From<MacAddressLowerCaseWithoutColon> for MacAddress[src]

impl From<MacAddressLowerCaseAllowColon> for MacAddress[src]

impl Hash for MacAddress[src]

impl Deref for MacAddress[src]

type Target = str

The resulting type after dereferencing.

impl Debug for MacAddress[src]

impl Display for MacAddress[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> 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]