Struct async_graphql::extensions::NextExecute
source · pub struct NextExecute<'a> { /* private fields */ }
Expand description
The remainder of a extension chain for execute.
Implementations§
source§impl<'a> NextExecute<'a>
impl<'a> NextExecute<'a>
sourcepub async fn run(
self,
ctx: &ExtensionContext<'_>,
operation_name: Option<&str>,
) -> Response
pub async fn run( self, ctx: &ExtensionContext<'_>, operation_name: Option<&str>, ) -> Response
Call the Extension::execute function of next extension.
Auto Trait Implementations§
impl<'a> Freeze for NextExecute<'a>
impl<'a> !RefUnwindSafe for NextExecute<'a>
impl<'a> Send for NextExecute<'a>
impl<'a> !Sync for NextExecute<'a>
impl<'a> Unpin for NextExecute<'a>
impl<'a> !UnwindSafe for NextExecute<'a>
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