Struct lettre::Envelope [] [src]

pub struct Envelope { /* fields omitted */ }

Simple email envelope representation

We only accept mailboxes, and do not support source routes (as per RFC).

Methods

impl Envelope
[src]

[src]

Creates a new envelope, which may fail if to is empty.

[src]

Destination addresses of the envelope

[src]

Source address of the envelope

[src]

Creates a new builder

Trait Implementations

impl PartialEq for Envelope
[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 Envelope
[src]

impl Clone for Envelope
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Envelope
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Envelope

impl Sync for Envelope