pub struct SessionStartMiddleware;Trait Implementations§
Source§impl ResponseMiddleware for SessionStartMiddleware
impl ResponseMiddleware for SessionStartMiddleware
fn on_response<'life0, 'life1, 'life2, 'life3, 'async_trait>(
&'life0 self,
state: &'life1 ProxyState,
req: &'life2 RequestContext,
resp: &'life3 mut ResponseContext,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
'life3: 'async_trait,
Auto Trait Implementations§
impl Freeze for SessionStartMiddleware
impl RefUnwindSafe for SessionStartMiddleware
impl Send for SessionStartMiddleware
impl Sync for SessionStartMiddleware
impl Unpin for SessionStartMiddleware
impl UnsafeUnpin for SessionStartMiddleware
impl UnwindSafe for SessionStartMiddleware
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