[][src]Struct mail_headers::header_components::LocalPart

pub struct LocalPart(_);

Methods

impl LocalPart[src]

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

Methods from Deref<Target = Input>

Trait Implementations

impl Clone for LocalPart[src]

impl Debug for LocalPart[src]

impl Deref for LocalPart[src]

type Target = Input

The resulting type after dereferencing.

impl EncodableInHeader for LocalPart[src]

impl Eq for LocalPart[src]

impl Hash for LocalPart[src]

impl<T> HeaderTryFrom<T> for LocalPart where
    T: HeaderTryInto<Input>, 
[src]

impl PartialEq<LocalPart> for LocalPart[src]

impl StructuralEq for LocalPart[src]

impl StructuralPartialEq for LocalPart[src]

Auto Trait Implementations

impl RefUnwindSafe for LocalPart

impl Send for LocalPart

impl Sync for LocalPart

impl Unpin for LocalPart

impl UnwindSafe for LocalPart

Blanket Implementations

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

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

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

impl<T> Erased for T[src]

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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.