pub struct EmptyResponseExtractor;Expand description
A default implementation of ResponseExtractor which ignores the response.
Trait Implementations§
Source§impl ResponseExtractor for EmptyResponseExtractor
impl ResponseExtractor for EmptyResponseExtractor
Source§fn extract(
self,
_event: &HttpCallResponse,
_buffers: &dyn ResponseBuffers,
) -> Self::Output
fn extract( self, _event: &HttpCallResponse, _buffers: &dyn ResponseBuffers, ) -> Self::Output
Extracts the Response from their low-level components
Auto Trait Implementations§
impl Freeze for EmptyResponseExtractor
impl RefUnwindSafe for EmptyResponseExtractor
impl Send for EmptyResponseExtractor
impl Sync for EmptyResponseExtractor
impl Unpin for EmptyResponseExtractor
impl UnwindSafe for EmptyResponseExtractor
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