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

pub struct Config {
    pub max_idle: usize,
}

Config options for the Pool.

Fields

max_idle: usize

The maximum idle connections per host.

Trait Implementations

impl Debug for Config
[src]

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

Formats the value using the given formatter.

impl Default for Config
[src]

fn default() -> Config

Returns the "default value" for a type. Read more