Struct validators::email::Email[][src]

pub struct Email { /* fields omitted */ }

Methods

impl Email
[src]

impl Email
[src]

Trait Implementations

impl Clone for Email
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Validated for Email
[src]

impl Debug for Email
[src]

Formats the value using the given formatter. Read more

impl Display for Email
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Email
[src]

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

This method tests for !=.

impl ValidatedWrapper for Email
[src]

Auto Trait Implementations

impl Send for Email

impl Sync for Email