Struct http::uri::InvalidUriParts[][src]

pub struct InvalidUriParts(_);

An error resulting from a failed attempt to construct a URI.

Trait Implementations

impl Debug for InvalidUriParts
[src]

Formats the value using the given formatter. Read more

impl Display for InvalidUriParts
[src]

Formats the value using the given formatter. Read more

impl Error for InvalidUriParts
[src]

This method is soft-deprecated. Read more

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

impl From<InvalidUriParts> for Error
[src]

Performs the conversion.

Auto Trait Implementations