pub struct Next<'a, State> { /* private fields */ }
Expand description
The remainder of a middleware chain, including the endpoint.
Implementations§
Auto Trait Implementations§
impl<'a, State> Freeze for Next<'a, State>
impl<'a, State> !RefUnwindSafe for Next<'a, State>
impl<'a, State> Send for Next<'a, State>
impl<'a, State> Sync for Next<'a, State>
impl<'a, State> Unpin for Next<'a, State>
impl<'a, State> !UnwindSafe for Next<'a, State>
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