pub struct RequestInspector<'a, B>(/* private fields */);
Expand description
Allows to inspect the properties of a request before preparing it.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, B> Freeze for RequestInspector<'a, B>
impl<'a, B> RefUnwindSafe for RequestInspector<'a, B>where
B: RefUnwindSafe,
impl<'a, B> Send for RequestInspector<'a, B>where
B: Send,
impl<'a, B> Sync for RequestInspector<'a, B>where
B: Sync,
impl<'a, B> Unpin for RequestInspector<'a, B>
impl<'a, B> !UnwindSafe for RequestInspector<'a, 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