pub struct DeleteSessionEndMiddleware;Trait Implementations§
Source§impl RequestMiddleware for DeleteSessionEndMiddleware
impl RequestMiddleware for DeleteSessionEndMiddleware
fn on_request<'life0, 'life1, 'life2, 'async_trait>(
&'life0 self,
state: &'life1 ProxyState,
ctx: &'life2 mut RequestContext,
) -> Pin<Box<dyn Future<Output = Option<Response>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
Auto Trait Implementations§
impl Freeze for DeleteSessionEndMiddleware
impl RefUnwindSafe for DeleteSessionEndMiddleware
impl Send for DeleteSessionEndMiddleware
impl Sync for DeleteSessionEndMiddleware
impl Unpin for DeleteSessionEndMiddleware
impl UnsafeUnpin for DeleteSessionEndMiddleware
impl UnwindSafe for DeleteSessionEndMiddleware
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