pub struct EncodeRequestHandler<H: RequestHandler> { /* private fields */ }
Expand description
A request handler that encodes the response body.
Auto Trait Implementations§
impl<H> Freeze for EncodeRequestHandler<H>where
H: Freeze,
impl<H> RefUnwindSafe for EncodeRequestHandler<H>where
H: RefUnwindSafe,
impl<H> Send for EncodeRequestHandler<H>
impl<H> Sync for EncodeRequestHandler<H>
impl<H> Unpin for EncodeRequestHandler<H>where
H: Unpin,
impl<H> UnwindSafe for EncodeRequestHandler<H>where
H: UnwindSafe,
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