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]
impl Debug for InvalidUriParts
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Display for InvalidUriParts
[src]
impl Display for InvalidUriParts
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Error for InvalidUriParts
[src]
impl Error for InvalidUriParts
fn description(&self) -> &str
[src]
fn description(&self) -> &str
This method is soft-deprecated. Read more
fn cause(&self) -> Option<&Error>
1.0.0[src]
fn cause(&self) -> Option<&Error>
1.0.0
[src]The lower-level cause of this error, if any. Read more
impl From<InvalidUriParts> for Error
[src]
impl From<InvalidUriParts> for Error
fn from(err: InvalidUriParts) -> Error
[src]
fn from(err: InvalidUriParts) -> Error
Performs the conversion.
Auto Trait Implementations
impl Send for InvalidUriParts
impl Send for InvalidUriParts
impl Sync for InvalidUriParts
impl Sync for InvalidUriParts