Struct async_graphql_warp::GraphQLBatchResponse [−][src]
pub struct GraphQLBatchResponse(pub BatchResponse);Expand description
Reply for async_graphql::BatchRequest.
Tuple Fields
0: BatchResponseTrait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for GraphQLBatchResponse
impl Send for GraphQLBatchResponse
impl Sync for GraphQLBatchResponse
impl Unpin for GraphQLBatchResponse
impl !UnwindSafe for GraphQLBatchResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
