pub struct GraphQLBatchResponse(pub BatchResponse);Expand description
Reply for async_graphql::BatchRequest.
Tuple Fields§
§0: BatchResponseTrait Implementations§
Source§impl Debug for GraphQLBatchResponse
impl Debug for GraphQLBatchResponse
Source§impl From<BatchResponse> for GraphQLBatchResponse
impl From<BatchResponse> for GraphQLBatchResponse
Source§fn from(resp: BatchResponse) -> Self
fn from(resp: BatchResponse) -> Self
Converts to this type from the input type.
Source§impl Reply for GraphQLBatchResponse
impl Reply for GraphQLBatchResponse
Source§fn into_response(self) -> WarpResponse
fn into_response(self) -> WarpResponse
Converts the given value into a
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