Struct email::HeaderMap[][src]

pub struct HeaderMap { /* fields omitted */ }

A collection of Headers [unstable]

Methods

impl HeaderMap
[src]

[unstable]

Adds a header to the collection [unstable]

Important traits for HeaderIter<'s>

Get an Iterator over the collection of headers. [unstable]

Get the last value of the header with name [unstable]

Get the last value of the header with name, as a decoded type. [unstable]

[unstable] Get the number of headers within this map.

[unstable] Find a list of headers of name, None if there are no headers with that name.

Trait Implementations

impl Eq for HeaderMap
[src]

impl PartialEq for HeaderMap
[src]

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

This method tests for !=.

impl Debug for HeaderMap
[src]

Formats the value using the given formatter. Read more

impl Clone for HeaderMap
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for HeaderMap

impl Sync for HeaderMap