pub struct Next { /* private fields */ }Expand description
The rest of the pipeline, handed to each middleware in turn.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Next
impl !UnwindSafe for Next
impl Freeze for Next
impl Send for Next
impl Sync for Next
impl Unpin for Next
impl UnsafeUnpin for Next
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