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 InvalidUriBytes
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 InvalidUriBytes
[src]
impl Display for InvalidUriBytes
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 InvalidUriBytes
[src]
impl Error for InvalidUriBytes
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<InvalidUriBytes> for Error
[src]
impl From<InvalidUriBytes> for Error
fn from(err: InvalidUriBytes) -> Error
[src]
fn from(err: InvalidUriBytes) -> Error
Performs the conversion.
Auto Trait Implementations
impl Send for InvalidUriBytes
impl Send for InvalidUriBytes
impl Sync for InvalidUriBytes
impl Sync for InvalidUriBytes