pub struct Next<B = Body, E = Infallible> { /* private fields */ }Available on crate feature
server only.Expand description
Implementations§
Auto Trait Implementations§
impl<B, E> Freeze for Next<B, E>
impl<B, E> RefUnwindSafe for Next<B, E>
impl<B, E> Send for Next<B, E>
impl<B, E> Sync for Next<B, E>
impl<B, E> Unpin for Next<B, E>
impl<B, E> UnwindSafe for Next<B, E>
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