Struct http::uri::InvalidUri [−][src]
pub struct InvalidUri(_);
An error resulting from a failed attempt to construct a URI.
Trait Implementations
impl Debug for InvalidUri
[src]
impl Debug for InvalidUri
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 InvalidUri
[src]
impl Display for InvalidUri
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 InvalidUri
[src]
impl Error for InvalidUri
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<InvalidUri> for Error
[src]
impl From<InvalidUri> for Error
fn from(err: InvalidUri) -> Error
[src]
fn from(err: InvalidUri) -> Error
Performs the conversion.
Auto Trait Implementations
impl Send for InvalidUri
impl Send for InvalidUri
impl Sync for InvalidUri
impl Sync for InvalidUri