Struct aws_sdk_sesv2::types::EmailTemplateContent
source · #[non_exhaustive]pub struct EmailTemplateContent { /* private fields */ }Expand description
The content of the email, composed of a subject line, an HTML part, and a text-only part.
Implementations§
source§impl EmailTemplateContent
impl EmailTemplateContent
sourcepub fn builder() -> EmailTemplateContentBuilder
pub fn builder() -> EmailTemplateContentBuilder
Creates a new builder-style object to manufacture EmailTemplateContent.
Trait Implementations§
source§impl Clone for EmailTemplateContent
impl Clone for EmailTemplateContent
source§fn clone(&self) -> EmailTemplateContent
fn clone(&self) -> EmailTemplateContent
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 EmailTemplateContent
impl Debug for EmailTemplateContent
source§impl PartialEq<EmailTemplateContent> for EmailTemplateContent
impl PartialEq<EmailTemplateContent> for EmailTemplateContent
source§fn eq(&self, other: &EmailTemplateContent) -> bool
fn eq(&self, other: &EmailTemplateContent) -> bool
This method tests for
self and other values to be equal, and is used
by ==.