pub struct GraphQLBatchResponse(pub BatchResponse);Available on crate feature
async-graphql only.Expand description
Batch GraphQL response wrapper.
Tuple Fields§
§0: BatchResponseTrait Implementations§
Source§impl From<BatchResponse> for GraphQLBatchResponse
impl From<BatchResponse> for GraphQLBatchResponse
Source§fn from(value: GqlBatchResponse) -> Self
fn from(value: GqlBatchResponse) -> Self
Converts to this type from the input type.
Source§impl Responder for GraphQLBatchResponse
impl Responder for GraphQLBatchResponse
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 GraphQLBatchResponse
impl !RefUnwindSafe for GraphQLBatchResponse
impl Send for GraphQLBatchResponse
impl Sync for GraphQLBatchResponse
impl Unpin for GraphQLBatchResponse
impl !UnwindSafe for GraphQLBatchResponse
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