pub struct Next<S> { /* private fields */ }Expand description
Next handler in the middleware pipeline.
Implementations§
Auto Trait Implementations§
impl<S> Freeze for Next<S>where
S: Freeze,
impl<S> RefUnwindSafe for Next<S>where
S: RefUnwindSafe,
impl<S> Send for Next<S>where
S: Send,
impl<S> Sync for Next<S>where
S: Sync,
impl<S> Unpin for Next<S>where
S: Unpin,
impl<S> UnsafeUnpin for Next<S>where
S: UnsafeUnpin,
impl<S> UnwindSafe for Next<S>where
S: 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