[−][src]Enum mail_core::TransferEncodingHint
Hint to change how data should be transfer encoded.
Variants
Use Base64 encoding.
Use Quoted-Printable encoding.
No hint for transfer encoding.
Trait Implementations
impl Debug for TransferEncodingHint[src]
impl Default for TransferEncodingHint[src]
impl PartialEq<TransferEncodingHint> for TransferEncodingHint[src]
fn eq(&self, other: &TransferEncodingHint) -> bool[src]
#[must_use]fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl StructuralPartialEq for TransferEncodingHint[src]
Auto Trait Implementations
impl RefUnwindSafe for TransferEncodingHint
impl Send for TransferEncodingHint
impl Sync for TransferEncodingHint
impl Unpin for TransferEncodingHint
impl UnwindSafe for TransferEncodingHint
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> HeaderTryFrom<T> for T[src]
fn try_from(val: T) -> Result<T, ComponentCreationError>[src]
impl<F, T> HeaderTryInto<T> for F where
T: HeaderTryFrom<F>, [src]
T: HeaderTryFrom<F>,
fn try_into(self) -> Result<T, ComponentCreationError>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
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>,