Struct postmark_client::bounce::BouncedEmail[][src]

pub struct BouncedEmail {
Show 18 fields pub id: String, pub bounce_type: String, pub type_code: String, pub name: String, pub tag: String, pub message_id: String, pub server_id: String, pub message_stream: String, pub description: String, pub details: String, pub email: String, pub from: String, pub bounced_at: String, pub dump_available: bool, pub inactive: bool, pub can_activate: bool, pub subject: String, pub content: String,
}

Fields

id: Stringbounce_type: Stringtype_code: Stringname: Stringtag: Stringmessage_id: Stringserver_id: Stringmessage_stream: Stringdescription: Stringdetails: Stringemail: Stringfrom: Stringbounced_at: Stringdump_available: boolinactive: boolcan_activate: boolsubject: Stringcontent: String

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more