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

pub struct Config {
    pub max_idle: usize,
}
[]

Config options for the Pool.

Fields

[]

The maximum idle connections per host.

Trait Implementations

impl Debug for Config
[src]
[+]

[]

Formats the value using the given formatter. Read more

impl Default for Config
[src]
[+]

[]

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

Auto Trait Implementations

impl Send for Config

impl Sync for Config