Struct reqwest::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 From<InvalidHeaderName> for Error
[src]

Performs the conversion.

impl Error for InvalidHeaderName
[src]

This method is soft-deprecated. Read more

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

impl Display for InvalidHeaderName
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations