Struct google_identitytoolkit3::EmailTemplate [] [src]

pub struct EmailTemplate {
    pub body: Option<String>,
    pub from_display_name: Option<String>,
    pub from: Option<String>,
    pub format: Option<String>,
    pub reply_to: Option<String>,
    pub subject: Option<String>,
}

Template for an email template.

This type is not used in any activity, and only used as part of another schema.

Fields

Email body.

From display name.

From address of the email.

Email body format.

Reply-to address.

Subject of the email.

Trait Implementations

impl Debug for EmailTemplate
[src]

Formats the value using the given formatter.

impl Clone for EmailTemplate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for EmailTemplate
[src]

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

impl Part for EmailTemplate
[src]