Struct mandrill_sender::email::Recipient [] [src]

pub struct Recipient {
    pub email: String,
    pub name: Option<String>,
}

Fields

Trait Implementations

impl Decodable for Recipient
[src]

Deserialize a value using a Decoder.

impl Encodable for Recipient
[src]

Serialize a value using an Encoder.

impl Clone for Recipient
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more