Struct hyper::error::UriError
[−]
[src]
pub struct UriError(_);
An error parsing a Uri
.
Trait Implementations
impl From<UriError> for Error
[src]
impl From<UriError> for Error
impl Clone for UriError
[src]
impl Clone for UriError
fn clone(&self) -> UriError
[src]
fn clone(&self) -> UriError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for UriError
[src]
impl Debug for UriError
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Display for UriError
[src]
impl Display for UriError
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 StdError for UriError
[src]
impl StdError for UriError