Struct hyper::client::UseDefaultConnector [] [src]

pub struct UseDefaultConnector(_);

Phantom type used to signal that Config should create a HttpConnector.

Trait Implementations

impl Debug for UseDefaultConnector
[src]

[src]

Formats the value using the given formatter.

impl Clone for UseDefaultConnector
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for UseDefaultConnector
[src]