Struct imap_proto::types::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
name: Option<&'a str>
adl: Option<&'a str>
mailbox: Option<&'a str>
host: Option<&'a str>
Trait Implementations
impl<'a> Debug for Address<'a>[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more