pub struct RequestModifier<T, B> { /* private fields */ }
Expand description
Wraps an HTTP service, injecting authority and scheme on every request.
Implementations§
Trait Implementations§
Source§impl<T, B> Clone for RequestModifier<T, B>where
T: Clone,
impl<T, B> Clone for RequestModifier<T, B>where
T: Clone,
Source§impl<T, B> Debug for RequestModifier<T, B>
impl<T, B> Debug for RequestModifier<T, B>
Auto Trait Implementations§
impl<T, B> Freeze for RequestModifier<T, B>where
T: Freeze,
impl<T, B> !RefUnwindSafe for RequestModifier<T, B>
impl<T, B> Send for RequestModifier<T, B>where
T: Send,
impl<T, B> Sync for RequestModifier<T, B>where
T: Sync,
impl<T, B> Unpin for RequestModifier<T, B>where
T: Unpin,
impl<T, B> !UnwindSafe for RequestModifier<T, 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