Struct http::header::InvalidHeaderName[][src]

pub struct InvalidHeaderName { /* fields omitted */ }
[]

A possible error when converting a HeaderName from another type.

Trait Implementations

impl Debug for InvalidHeaderName
[src]
[+]

[]

Formats the value using the given formatter. Read more

impl Display for InvalidHeaderName
[src]
[+]

[]

Formats the value using the given formatter. Read more

impl Error for InvalidHeaderName
[src]
[+]

[]

This method is soft-deprecated. Read more

[]

The lower-level cause of this error, if any. Read more

impl From<InvalidHeaderName> for Error
[src]
[+]

[]

Performs the conversion.

Auto Trait Implementations

impl Send for InvalidHeaderName

impl Sync for InvalidHeaderName