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]

Formats the value using the given formatter.

impl Clone for UseDefaultConnector
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for UseDefaultConnector
[src]