Struct conjure_runtime::raw::DefaultRawClient [−][src]
pub struct DefaultRawClient(_);
The default raw client implementation used by conjure_runtime.
This is currently implemented with hyper and openssl, but that is subject to change at any time.
Trait Implementations
impl Service<Request<RawBody>> for DefaultRawClient[src]
impl Service<Request<RawBody>> for DefaultRawClient[src]type Response = Response<DefaultRawBody>
The response type returned by the service.
type Error = DefaultRawError
The error type returned by the service.
type Future = DefaultRawFuture
The future type returned by the service.
fn call(&self, req: Request<RawBody>) -> Self::Future[src]
Auto Trait Implementations
impl !RefUnwindSafe for DefaultRawClient
impl !RefUnwindSafe for DefaultRawClientimpl Send for DefaultRawClient
impl Send for DefaultRawClientimpl Sync for DefaultRawClient
impl Sync for DefaultRawClientimpl Unpin for DefaultRawClient
impl Unpin for DefaultRawClientimpl !UnwindSafe for DefaultRawClient
impl !UnwindSafe for DefaultRawClientBlanket Implementations
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,