Struct hyper::error::UriError [] [src]

pub struct UriError(_);

An error parsing a Uri.

Trait Implementations

impl From<UriError> for Error
[src]

[src]

Performs the conversion.

impl Clone for UriError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for UriError
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for UriError
[src]

[src]

Formats the value using the given formatter. Read more

impl StdError for UriError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more

Auto Trait Implementations

impl Send for UriError

impl Sync for UriError