Struct mini_http::header::IntoIter [] [src]

pub struct IntoIter<T> { /* fields omitted */ }

An owning iterator over the entries of a HeaderMap.

This struct is created by the into_iter method on HeaderMap.

Trait Implementations

impl<T> Debug for IntoIter<T> where
    T: Debug
[src]

[src]

Formats the value using the given formatter.

impl<T> Drop for IntoIter<T>
[src]

[src]

impl<T> Iterator for IntoIter<T>
[src]

[src]