Struct imap_proto::Address [] [src]

pub struct Address<'a> {
    pub name: Option<&'a str>,
    pub adl: Option<&'a str>,
    pub mailbox: Option<&'a str>,
    pub host: Option<&'a str>,
}

Fields

Trait Implementations

impl<'a> Debug for Address<'a>
[src]

[src]

Formats the value using the given formatter.