[−][src]Enum mbus_api::client::HyperClient
Variants
Http(Client<HttpConnector, Body>)Https(Client<HttpsConnector<HttpConnector>, Body>)Trait Implementations
impl Clone for HyperClient[src]
fn clone(&self) -> HyperClient[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for HyperClient[src]
impl Service<Request<Body>> for HyperClient[src]
type Response = Response<Body>
Responses given by the service.
type Error = Error
Errors produced by the service.
type Future = ResponseFuture
The future response value.
fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>>[src]
fn call(&mut self, req: Request<Body>) -> Self::Future[src]
Auto Trait Implementations
impl !RefUnwindSafe for HyperClient
impl Send for HyperClient
impl Sync for HyperClient
impl Unpin for HyperClient
impl !UnwindSafe for HyperClient
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T, ReqBody, ResBody, Error> CompositedService<ReqBody, ResBody, Error> for T where
T: Service<Request<ReqBody>, Response = Response<ResBody>, Error = Error>,
<T as Service<Request<ReqBody>>>::Future: Send,
<T as Service<Request<ReqBody>>>::Future: 'static, [src]
T: Service<Request<ReqBody>, Response = Response<ResBody>, Error = Error>,
<T as Service<Request<ReqBody>>>::Future: Send,
<T as Service<Request<ReqBody>>>::Future: 'static,
pub fn poll_ready(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), Error>>[src]
pub fn call(
&mut self,
req: Request<ReqBody>
) -> Pin<Box<dyn Future<Output = Result<Response<ResBody>, Error>> + 'static + Send>>[src]
&mut self,
req: Request<ReqBody>
) -> Pin<Box<dyn Future<Output = Result<Response<ResBody>, Error>> + 'static + Send>>
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
fn instrument(self, span: Span) -> Instrumented<Self>[src]
fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Instrument for T[src]
fn instrument(self, span: Span) -> Instrumented<Self>[src]
fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,