Struct rusoto_ses::TemplateMetadata[][src]

pub struct TemplateMetadata {
    pub created_timestamp: Option<String>,
    pub name: Option<String>,
}

Contains information about an email template.

Fields

The time and date the template was created.

The name of the template.

Trait Implementations

impl Default for TemplateMetadata
[src]

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

impl Debug for TemplateMetadata
[src]

Formats the value using the given formatter. Read more

impl Clone for TemplateMetadata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for TemplateMetadata
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations