Struct conjure_runtime::raw::DefaultRawClient
source · [−]pub struct DefaultRawClient(_);Expand description
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
sourceimpl Service<Request<RawBody>> for DefaultRawClient
impl Service<Request<RawBody>> for DefaultRawClient
type Response = Response<DefaultRawBody>
type Response = Response<DefaultRawBody>
The response type returned by the service.
type Error = DefaultRawError
type Error = DefaultRawError
The error type returned by the service.
type Future = DefaultRawFuture
type Future = DefaultRawFuture
The future type returned by the service.
Auto Trait Implementations
impl !RefUnwindSafe for DefaultRawClient
impl Send for DefaultRawClient
impl Sync for DefaultRawClient
impl Unpin for DefaultRawClient
impl !UnwindSafe for DefaultRawClient
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more