Struct mandrill_sender::email::TemplateVar [] [src]

pub struct TemplateVar {
    pub name: String,
    pub content: String,
}

Fields

Trait Implementations

impl Encodable for TemplateVar
[src]

Serialize a value using an Encoder.

impl Decodable for TemplateVar
[src]

Deserialize a value using a Decoder.

impl Clone for TemplateVar
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TemplateVar
[src]

Formats the value using the given formatter.