Struct mailslurp::models::sent_email_dto::SentEmailDto[][src]

pub struct SentEmailDto {
Show 16 fields pub attachments: Option<Vec<String>>, pub bcc: Option<Vec<String>>, pub body: Option<String>, pub body_md5_hash: Option<String>, pub cc: Option<Vec<String>>, pub charset: Option<String>, pub from: Option<String>, pub id: Option<String>, pub inbox_id: Option<String>, pub is_html: Option<bool>, pub pixel_ids: Option<Vec<String>>, pub reply_to: Option<String>, pub sent_at: String, pub subject: Option<String>, pub to: Option<Vec<String>>, pub user_id: Option<String>,
}
Expand description

SentEmailDto : Sent email details

Fields

attachments: Option<Vec<String>>

Array of IDs of attachments that were sent with this email

bcc: Option<Vec<String>>body: Option<String>body_md5_hash: Option<String>

MD5 Hash

cc: Option<Vec<String>>charset: Option<String>from: Option<String>id: Option<String>

ID of sent email

inbox_id: Option<String>

Inbox ID email was sent from

is_html: Option<bool>pixel_ids: Option<Vec<String>>reply_to: Option<String>sent_at: Stringsubject: Option<String>to: Option<Vec<String>>

Recipients email was sent to

user_id: Option<String>

User ID

Implementations

Sent email details

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. 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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

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

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.