Struct lettre_email::Email [] [src]

pub struct Email { /* fields omitted */ }

Simple email representation

Trait Implementations

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

impl Clone for Email
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Email
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> SendableEmail<'a, &'a [u8]> for Email
[src]

[src]

Envelope

[src]

Message ID, used for logging

Important traits for Box<W>
[src]

Message content

Auto Trait Implementations

impl Send for Email

impl Sync for Email