Struct mailstrom::prepared_email::PreparedEmail [] [src]

pub struct PreparedEmail {
    pub to: Vec<String>,
    pub from: String,
    pub message_id: String,
    pub message: Vec<u8>,
}

An email, prepared for delivery.

Fields

Trait Implementations

impl Debug for PreparedEmail
[src]

[src]

Formats the value using the given formatter.

impl Clone for PreparedEmail
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for PreparedEmail
[src]

[src]

Returns the "default value" for a type. Read more

impl<'a> SendableEmail<'a, &'a [u8]> for PreparedEmail
[src]

[src]

To

[src]

From

[src]

Message ID, used for logging

[src]

Message content