Struct summer_boot::web2::utils::middleware::Next
source · [−]pub struct Next<'a, State> { /* private fields */ }Expand description
中间件链系列其余部分,包括endpoints。
Implementations
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more