Struct sendgrid::v3::Email [] [src]

pub struct Email { /* fields omitted */ }

An email with a required address and an optional name field.

Methods

impl Email
[src]

Construct a new email type.

Set the address for this email.

Set an optional name.

Trait Implementations

impl Clone for Email
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more