Struct aws_sdk_ses::model::MessageTag
source · #[non_exhaustive]pub struct MessageTag { /* private fields */ }
Expand description
Contains the name and value of a tag that you can provide to SendEmail
or SendRawEmail
to apply to an email.
Message tags, which you use with configuration sets, enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
Implementations§
source§impl MessageTag
impl MessageTag
source§impl MessageTag
impl MessageTag
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MessageTag
.
Trait Implementations§
source§impl Clone for MessageTag
impl Clone for MessageTag
source§fn clone(&self) -> MessageTag
fn clone(&self) -> MessageTag
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for MessageTag
impl Debug for MessageTag
source§impl PartialEq<MessageTag> for MessageTag
impl PartialEq<MessageTag> for MessageTag
source§fn eq(&self, other: &MessageTag) -> bool
fn eq(&self, other: &MessageTag) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.