Struct reqwest::header::InvalidHeaderNameBytes[][src]

pub struct InvalidHeaderNameBytes(_);

A possible error when converting a HeaderName from another type.

Trait Implementations

impl Debug for InvalidHeaderNameBytes
[src]

Formats the value using the given formatter. Read more

impl From<InvalidHeaderNameBytes> for Error
[src]

Performs the conversion.

impl Error for InvalidHeaderNameBytes
[src]

This method is soft-deprecated. Read more

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

impl Display for InvalidHeaderNameBytes
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations