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: StringTrait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for BouncedEmail
impl Send for BouncedEmail
impl Sync for BouncedEmail
impl Unpin for BouncedEmail
impl UnwindSafe for BouncedEmail
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
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