[−][src]Struct mail_headers::headers::_To
(rfc5322)
Trait Implementations
impl Clone for _To[src]
impl Copy for _To[src]
impl Default for _To[src]
impl HeaderKind for _To[src]
type Component = MailboxList
the component representing the header-field, e.g. Unstructured for Subject
fn name() -> HeaderName[src]
const MAX_ONE: bool[src]
const VALIDATOR: Option<HeaderMapValidator>[src]
fn auto_body<H>(body: H) -> Result<Header<Self>, ComponentCreationError> where
H: HeaderTryInto<Self::Component>, [src]
H: HeaderTryInto<Self::Component>,
fn body(body: Self::Component) -> Header<Self>[src]
impl MaxOneMarker for _To[src]
Auto Trait Implementations
impl RefUnwindSafe for _To
impl Send for _To
impl Sync for _To
impl Unpin for _To
impl UnwindSafe for _To
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[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]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> 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, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,