pub struct GraphQLRequest(pub Request);
Expand description
Extractor for GraphQL request.
Tuple Fields§
§0: Request
Implementations§
Source§impl GraphQLRequest
impl GraphQLRequest
Sourcepub fn into_inner(self) -> Request
pub fn into_inner(self) -> Request
Unwraps the value to async_graphql::Request
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GraphQLRequest
impl !RefUnwindSafe for GraphQLRequest
impl Send for GraphQLRequest
impl Sync for GraphQLRequest
impl Unpin for GraphQLRequest
impl !UnwindSafe for GraphQLRequest
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