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, B = Body> !Freeze for Builder<C, B>
impl<C = HttpConnector, B = Body> !RefUnwindSafe for Builder<C, B>
impl<C, B> Send for Builder<C, B>
impl<C, B> Sync for Builder<C, B>
impl<C, B> Unpin for Builder<C, B>
impl<C = HttpConnector, 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