pub struct NoResponseHandler;Expand description
Response handler for ignoring the response payload on success.
Trait Implementations§
Source§impl Default for NoResponseHandler
impl Default for NoResponseHandler
Source§fn default() -> NoResponseHandler
fn default() -> NoResponseHandler
Returns the “default value” for a type. Read more
Source§impl ResponseHandler for NoResponseHandler
impl ResponseHandler for NoResponseHandler
Auto Trait Implementations§
impl Freeze for NoResponseHandler
impl RefUnwindSafe for NoResponseHandler
impl Send for NoResponseHandler
impl Sync for NoResponseHandler
impl Unpin for NoResponseHandler
impl UnwindSafe for NoResponseHandler
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