pub struct JsonResponseMiddleware;
Implementations§
Trait Implementations§
Source§impl AfterMiddleware for JsonResponseMiddleware
impl AfterMiddleware for JsonResponseMiddleware
Source§impl Key for JsonResponseMiddleware
impl Key for JsonResponseMiddleware
Source§type Value = JsonResponse
type Value = JsonResponse
The value type associated with this key type.
Auto Trait Implementations§
impl Freeze for JsonResponseMiddleware
impl RefUnwindSafe for JsonResponseMiddleware
impl Send for JsonResponseMiddleware
impl Sync for JsonResponseMiddleware
impl Unpin for JsonResponseMiddleware
impl UnwindSafe for JsonResponseMiddleware
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