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

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

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

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

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

Auto Trait Implementations

impl<'a> Send for Address<'a>

impl<'a> Sync for Address<'a>