Struct lettre::EnvelopeBuilder [] [src]

pub struct EnvelopeBuilder { /* fields omitted */ }

Simple email envelope representation

Methods

impl EnvelopeBuilder
[src]

[src]

Constructs an envelope with no recipients and an empty sender

[src]

Adds a recipient

[src]

Adds a recipient

[src]

Sets the sender

[src]

Sets the sender

[src]

Build the envelope

Trait Implementations

impl PartialEq for EnvelopeBuilder
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for EnvelopeBuilder
[src]

impl Clone for EnvelopeBuilder
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for EnvelopeBuilder
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for EnvelopeBuilder
[src]

[src]

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

Auto Trait Implementations