Struct nash_protocol::protocol::list_markets::ListMarketsResponse [−][src]
Expand description
Contains a HashMap that connects market symbol to Market, which tracks precision data.
Fields
markets: HashMap<String, Market>Trait Implementations
type Error = ProtocolError
type Error = ProtocolError
The type returned in the event of a conversion error.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ListMarketsResponse
impl Send for ListMarketsResponse
impl Sync for ListMarketsResponse
impl Unpin for ListMarketsResponse
impl UnwindSafe for ListMarketsResponse
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