Struct mailbox::stream::entry::Begin [] [src]

pub struct Begin { /* fields omitted */ }

The beginning of a new email.

Methods

impl Begin
[src]

Create a new Begin from the given String.

The origin address, by RFC this can be any address ever used in any system at any time.

The timestamp.

Trait Implementations

impl Eq for Begin
[src]

impl PartialEq for Begin
[src]

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

This method tests for !=.

impl Clone for Begin
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Begin
[src]

Formats the value using the given formatter.