Struct volo_http::middleware::Next
source · pub struct Next { /* private fields */ }Implementations§
source§impl Next
impl Next
pub async fn run( self, cx: &mut HttpContext, req: Incoming ) -> Result<Response, Infallible>
Auto Trait Implementations§
impl RefUnwindSafe for Next
impl Send for Next
impl Sync for Next
impl Unpin for Next
impl UnwindSafe 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