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. |
pub struct Config { pub max_idle: usize, }
Config options for the Pool
.
max_idle | The maximum idle connections per host. |
impl Default for Config
impl Debug for Config
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).