[][src]Trait lettre_email::IntoMailbox

pub trait IntoMailbox {
    fn into_mailbox(self) -> Mailbox;
}

Converts an address or an address with an alias to a Mailbox

Required Methods

Converts to a Mailbox struct

Implementations on Foreign Types

impl<'a> IntoMailbox for &'a str
[src]

impl IntoMailbox for String
[src]

impl<S: Into<String>, T: Into<String>> IntoMailbox for (S, T)
[src]

Implementors

impl IntoMailbox for Mailbox
[src]