Struct nash_protocol::graphql::DhFillPool [−][src]
pub struct DhFillPool;Expand description
Rust type for DhFillPool query constructor
Trait Implementations
The shape of the variables expected by the query. This should be a generated struct most of the time.
type ResponseData = ResponseData
type ResponseData = ResponseData
The top-level shape of the response data (the data field in the GraphQL response). In practice this should be generated, since it is hard to write by hand without error.
Produce a GraphQL query struct that can be JSON serialized and sent to a GraphQL API.
Auto Trait Implementations
impl RefUnwindSafe for DhFillPool
impl Send for DhFillPool
impl Sync for DhFillPool
impl Unpin for DhFillPool
impl UnwindSafe for DhFillPool
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