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