Struct async_graphql::extensions::NextRequest
source · [−]pub struct NextRequest<'a> { /* private fields */ }
Expand description
The remainder of a extension chain for request.
Implementations
sourceimpl<'a> NextRequest<'a>
impl<'a> NextRequest<'a>
sourcepub async fn run(self, ctx: &ExtensionContext<'_>) -> Response
pub async fn run(self, ctx: &ExtensionContext<'_>) -> Response
Call the Extension::request function of next extension.
Auto Trait Implementations
impl<'a> !RefUnwindSafe for NextRequest<'a>
impl<'a> Send for NextRequest<'a>
impl<'a> !Sync for NextRequest<'a>
impl<'a> Unpin for NextRequest<'a>
impl<'a> !UnwindSafe for NextRequest<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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