Struct email_format::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.

impl Clone for Email
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Parsable for Email
[src]

Parse the object off of the beginning of the input. If found, returns Some object, and a slice containing the remainer of the input. Read more

impl Streamable for Email
[src]

Serializes and sends the content out to w, returning the number of bytes written.

impl Display for Email
[src]

Formats the value using the given formatter.