Struct httpbis::client_conf::ClientConf [] [src]

pub struct ClientConf {
    pub no_delay: Option<bool>,
    pub thread_name: Option<String>,
    pub connection_timeout: Option<Duration>,
    pub common: CommonConf,
}

Fields

TCP_NODELAY

Methods

impl ClientConf
[src]

Trait Implementations

impl Default for ClientConf
[src]

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

impl Debug for ClientConf
[src]

Formats the value using the given formatter.

impl Clone for ClientConf
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more