[][src]Enum fxa_email_service::db::delivery_problems::ProblemSubtype

pub enum ProblemSubtype {
    Unmapped,
    Undetermined,
    General,
    NoEmail,
    Suppressed,
    MailboxFull,
    MessageTooLarge,
    ContentRejected,
    AttachmentRejected,
    Abuse,
    AuthFailure,
    Fraud,
    NotSpam,
    Other,
    Virus,
}

The problem subtype, indicating the underlying cause of a bounce or complaint.

Variants

Trait Implementations

impl PartialEq<ProblemSubtype> for ProblemSubtype
[src]

This method tests for !=.

impl Clone for ProblemSubtype
[src]

Performs copy-assignment from source. Read more

impl Copy for ProblemSubtype
[src]

impl From<BounceSubtype> for ProblemSubtype
[src]

impl From<ComplaintFeedbackType> for ProblemSubtype
[src]

impl Eq for ProblemSubtype
[src]

impl Debug for ProblemSubtype
[src]

impl Serialize for ProblemSubtype
[src]

impl<'d> Deserialize<'d> for ProblemSubtype
[src]

Auto Trait Implementations

impl Send for ProblemSubtype

impl Sync for ProblemSubtype

Blanket Implementations

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

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

impl<T> From for T
[src]

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<Q, K> Equivalent for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> Same for T

Should always be Self

impl<T> Typeable for T where
    T: Any

Get the TypeId of this object.

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

Marks self as using is_human_readable == true

Marks self as using is_human_readable == false

impl<T> SendSyncUnwindSafe for T where
    T: Send + Sync + UnwindSafe + ?Sized

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