Struct attohttpc::RequestInspector
source · pub struct RequestInspector<'a, B>(_);
Expand description
Allows to inspect the properties of a request before preparing it.
Implementations
Trait Implementations
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more