Struct rusoto_ses::Message [] [src]

pub struct Message {
    pub body: Body,
    pub subject: Content,
}

Represents the message to be sent, composed of a subject and a body.

Fields

The message body.

The subject of the message: A short summary of the content, which will appear in the recipient's inbox.

Trait Implementations

impl Default for Message
[src]

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

impl Debug for Message
[src]

Formats the value using the given formatter.

impl Clone for Message
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more