Struct rusoto_ses::TestRenderTemplateResponse[][src]

pub struct TestRenderTemplateResponse {
    pub rendered_template: Option<String>,
}

Fields

The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.

Trait Implementations

impl Default for TestRenderTemplateResponse
[src]

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

impl Debug for TestRenderTemplateResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for TestRenderTemplateResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for TestRenderTemplateResponse
[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