[−][src]Struct email_format::rfc5322::headers::OptionalField
Fields
name: FieldNamevalue: UnstructuredTrait Implementations
impl Clone for OptionalField[src]
fn clone(&self) -> OptionalField[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for OptionalField[src]
impl Display for OptionalField[src]
impl Parsable for OptionalField[src]
impl PartialEq<OptionalField> for OptionalField[src]
fn eq(&self, other: &OptionalField) -> bool[src]
fn ne(&self, other: &OptionalField) -> bool[src]
impl Streamable for OptionalField[src]
impl StructuralPartialEq for OptionalField[src]
impl<'a, 'b> TryFrom<(&'a [u8], &'b [u8])> for OptionalField[src]
type Error = ParseError
The type returned in the event of a conversion error.
fn try_from(input: (&'a [u8], &'b [u8])) -> Result<OptionalField, ParseError>[src]
impl<'a, 'b> TryFrom<(&'a str, &'b str)> for OptionalField[src]
type Error = ParseError
The type returned in the event of a conversion error.
fn try_from(input: (&'a str, &'b str)) -> Result<OptionalField, ParseError>[src]
impl<'a> TryFrom<(FieldName, Unstructured)> for OptionalField[src]
type Error = ParseError
The type returned in the event of a conversion error.
fn try_from(
input: (FieldName, Unstructured)
) -> Result<OptionalField, ParseError>[src]
input: (FieldName, Unstructured)
) -> Result<OptionalField, ParseError>
Auto Trait Implementations
impl RefUnwindSafe for OptionalField
impl Send for OptionalField
impl Sync for OptionalField
impl Unpin for OptionalField
impl UnwindSafe for OptionalField
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> 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> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T> TryFrom<T> for T[src]
type Error = ParseError
The type returned in the event of a conversion error.
fn try_from(T) -> Result<T, <T as TryFrom<T>>::Error>[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>,