Struct rusoto_ses::SendRawEmailResponse [] [src]

pub struct SendRawEmailResponse {
    pub message_id: MessageId,
}

Represents a unique message ID.

Fields

The unique message identifier returned from the SendRawEmail action.

Trait Implementations

impl Default for SendRawEmailResponse
[src]

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

impl Debug for SendRawEmailResponse
[src]

Formats the value using the given formatter.

impl Clone for SendRawEmailResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more