[][src]Struct spirit_reqwest::blocking::IntoClient

pub struct IntoClient;

A transformation to turn a ClientBuilder into a Client.

To be used inside a Pipeline.

Trait Implementations

impl<I, F> Transformation<ClientBuilder, I, F> for IntoClient[src]

type OutputResource = Client

The type of resource after the transformation.

type OutputInstaller = ()

The type of installer after the transformation. Read more

Auto Trait Implementations

impl RefUnwindSafe for IntoClient

impl Send for IntoClient

impl Sync for IntoClient

impl Unpin for IntoClient

impl UnwindSafe for IntoClient

Blanket Implementations

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

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

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

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

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

impl<T> IntoResult<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.