[][src]Struct interfacer_http_hyper::Client

pub struct Client<C> { /* fields omitted */ }

Methods

impl Client<HttpConnector>[src]

pub fn new() -> Self[src]

impl<C> Client<C>[src]

pub fn base_on(client: Client<C, Body>) -> Self[src]

pub fn with_helper(self, helper: Helper) -> Self[src]

Trait Implementations

impl<C: Clone> Clone for Client<C>[src]

impl<C> HttpClient for Client<C> where
    C: Connect + Sync + 'static,
    C::Transport: 'static,
    C::Future: 'static, 
[src]

type Err = Error

Auto Trait Implementations

impl<C> Sync for Client<C> where
    C: Send + Sync

impl<C> Send for Client<C> where
    C: Send + Sync

impl<C> Unpin for Client<C>

impl<C> !RefUnwindSafe for Client<C>

impl<C> !UnwindSafe for Client<C>

Blanket Implementations

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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]