pub struct ReusedServiceBuilder<C = HttpConnector, B = Body> { /* private fields */ }
Available on crate features
http1
or http2
only.Expand description
The return type of builder()
, builder_http()
and builder_https()
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<C = HttpConnector<GaiResolver>, B = Body> !RefUnwindSafe for Builder<C, B>
impl<C, B> Send for Builder<C, B>where B: Send, C: Send + Sync,
impl<C, B> Sync for Builder<C, B>where B: Send, C: Send + Sync,
impl<C, B> Unpin for Builder<C, B>
impl<C = HttpConnector<GaiResolver>, B = Body> !UnwindSafe for Builder<C, B>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more