Struct addr::Email[][src]

pub struct Email { /* fields omitted */ }

Methods

impl Email
[src]

Trait Implementations

impl Debug for Email
[src]

Formats the value using the given formatter. Read more

impl FromStr for Email
[src]

The associated error which can be returned from parsing.

Extracts Host from an email address

This method can also be used, simply to validate an email address. If it returns an error, the email address is not valid.

impl Display for Email
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Email

impl Sync for Email