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