Struct http_with_url::request::BadTarget [] [src]

pub struct BadTarget { /* fields omitted */ }

Possible errors that occur when converting request targets.

Trait Implementations

impl Debug for BadTarget
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for BadTarget
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for BadTarget
[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

impl From<BadTarget> for Error
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for BadTarget

impl Sync for BadTarget