pub struct NoOpResponseHandler;Expand description
A no-op response handler.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoOpResponseHandler
impl RefUnwindSafe for NoOpResponseHandler
impl Send for NoOpResponseHandler
impl Sync for NoOpResponseHandler
impl Unpin for NoOpResponseHandler
impl UnwindSafe for NoOpResponseHandler
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