[][src]Enum lettre::smtp::response::Detail

pub enum Detail {
    Zero,
    One,
    Two,
    Three,
    Four,
    Five,
    Six,
    Seven,
    Eight,
    Nine,
}

The detail digit of a response code (third digit)

Variants

Zero
One
Two
Three
Four
Five
Six
Seven
Eight
Nine

Trait Implementations

impl Clone for Detail[src]

impl Copy for Detail[src]

impl Debug for Detail[src]

impl<'de> Deserialize<'de> for Detail[src]

impl Display for Detail[src]

impl Eq for Detail[src]

impl PartialEq<Detail> for Detail[src]

impl Serialize for Detail[src]

impl StructuralEq for Detail[src]

impl StructuralPartialEq for Detail[src]

Auto Trait Implementations

impl RefUnwindSafe for Detail

impl Send for Detail

impl Sync for Detail

impl Unpin for Detail

impl UnwindSafe for Detail

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[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> 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.