Struct hyper::client::pool::Config [] [src]

pub struct Config {
    pub max_idle: usize,
}

Config options for the Pool.

Fields

max_idle

The maximum idle connections per host.

Trait Implementations

impl Default for Config

fn default() -> Config

Derived Implementations

impl Debug for Config

fn fmt(&self, __arg_0: &mut Formatter) -> Result