Struct httpcodec::HeaderMut [] [src]

pub struct HeaderMut<'a> { /* fields omitted */ }

Mutable HTTP header.

Methods

impl<'a> HeaderMut<'a>
[src]

[src]

Adds the field to the tail of the header.

Important traits for HeaderFields<'a>
[src]

Returns an iterator over the fields in the header.

Trait Implementations

impl<'a> Debug for HeaderMut<'a>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> Display for HeaderMut<'a>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for HeaderMut<'a>

impl<'a> Sync for HeaderMut<'a>