pub struct GraphQLResponse(pub Response);Available on crate feature
async-graphql only.Expand description
Single GraphQL response wrapper.
Tuple Fields§
§0: ResponseTrait Implementations§
Source§impl From<Response> for GraphQLResponse
impl From<Response> for GraphQLResponse
Source§impl Responder for GraphQLResponse
impl Responder for GraphQLResponse
Source§fn into_response(self) -> Response
fn into_response(self) -> Response
Converts the implementing type into an HTTP response.
Auto Trait Implementations§
impl !Freeze for GraphQLResponse
impl !RefUnwindSafe for GraphQLResponse
impl Send for GraphQLResponse
impl Sync for GraphQLResponse
impl Unpin for GraphQLResponse
impl !UnwindSafe for GraphQLResponse
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