Struct tower_reqwest::HttpClientLayer
source · pub struct HttpClientLayer;Expand description
Layer that creates HttpClientService from the inner service.
Trait Implementations§
source§impl Clone for HttpClientLayer
impl Clone for HttpClientLayer
source§fn clone(&self) -> HttpClientLayer
fn clone(&self) -> HttpClientLayer
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for HttpClientLayer
impl Debug for HttpClientLayer
source§impl<S> Layer<S> for HttpClientLayer
impl<S> Layer<S> for HttpClientLayer
impl Copy for HttpClientLayer
Auto Trait Implementations§
impl Freeze for HttpClientLayer
impl RefUnwindSafe for HttpClientLayer
impl Send for HttpClientLayer
impl Sync for HttpClientLayer
impl Unpin for HttpClientLayer
impl UnwindSafe for HttpClientLayer
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