Struct mailbox::mail::Headers [] [src]

pub struct Headers(_);

Methods

impl Headers
[src]

Trait Implementations

impl Clone for Headers
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Headers
[src]

Returns the "default value" for a type. Read more

impl Debug for Headers
[src]

Formats the value using the given formatter.

impl<'a> IntoIterator for &'a Headers
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more