Struct nash_protocol::protocol::list_markets::ListMarketsRequest [−][src]
pub struct ListMarketsRequest;Expand description
Request to list markets running on Nash.
Implementations
Trait Implementations
type Response = ListMarketsResponse
Convert the protocol request to GraphQL from communication with Nash server
Any state changes that result from execution of the protocol request The default implementation does nothing to state Read more
Convert JSON response to request to the protocol’s associated type
If you want to limit the amount of concurrency of a protocol return a Semaphore here
Any errors that result from execution of the protocol request The default implementation does nothing to state Read more
Auto Trait Implementations
impl RefUnwindSafe for ListMarketsRequest
impl Send for ListMarketsRequest
impl Sync for ListMarketsRequest
impl Unpin for ListMarketsRequest
impl UnwindSafe for ListMarketsRequest
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