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 InvalidUriPartsfn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for InvalidUriParts[src] 
impl Display for InvalidUriPartsfn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for InvalidUriParts[src] 
impl Error for InvalidUriPartsfn description(&self) -> &str[src] 
fn description(&self) -> &strThis 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 Errorfn from(err: InvalidUriParts) -> Error[src] 
fn from(err: InvalidUriParts) -> ErrorPerforms the conversion.
Auto Trait Implementations
impl Send for InvalidUriParts
impl Send for InvalidUriPartsimpl Sync for InvalidUriParts
impl Sync for InvalidUriParts