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]
impl Debug for Configfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for Config[src]
impl Default for Config