[][src]Struct fastcgi_client::ClientBuilder

pub struct ClientBuilder<'a> { /* fields omitted */ }

Methods

impl<'a> ClientBuilder<'a>[src]

pub fn new(address: Address<'a>) -> Self[src]

pub fn set_connect_timeout(self, connect_timeout: Option<Duration>) -> Self[src]

pub fn set_read_timeout(self, read_timeout: Option<Duration>) -> Self[src]

pub fn set_write_timeout(self, write_timeout: Option<Duration>) -> Self[src]

pub fn set_read_write_timeout(self, timeout: Option<Duration>) -> Self[src]

pub fn set_keep_alive(self, keep_alive: bool) -> Self[src]

pub fn build(self) -> Result<Client<'a>, Error>[src]

Auto Trait Implementations

impl<'a> Send for ClientBuilder<'a>

impl<'a> Sync for ClientBuilder<'a>

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]