Struct http::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 Display for InvalidHeaderNameBytes
[src]
[+]

[]

Formats the value using the given formatter. Read more

impl Error for InvalidHeaderNameBytes
[src]
[+]

[]

This method is soft-deprecated. Read more

[]

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

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

[]

Performs the conversion.

Auto Trait Implementations

impl Send for InvalidHeaderNameBytes

impl Sync for InvalidHeaderNameBytes