Struct nash_protocol::graphql::updated_ticker::UpdatedTickerUpdatedTicker[][src]

pub struct UpdatedTickerUpdatedTicker {
Show 13 fields pub id: String, pub a_volume24h: UpdatedTickerUpdatedTickerAVolume24h, pub b_volume24h: UpdatedTickerUpdatedTickerBVolume24h, pub best_ask_price: Option<UpdatedTickerUpdatedTickerBestAskPrice>, pub best_ask_size: Option<UpdatedTickerUpdatedTickerBestAskSize>, pub best_bid_price: Option<UpdatedTickerUpdatedTickerBestBidPrice>, pub best_bid_size: Option<UpdatedTickerUpdatedTickerBestBidSize>, pub high_price24h: Option<UpdatedTickerUpdatedTickerHighPrice24h>, pub last_price: Option<UpdatedTickerUpdatedTickerLastPrice>, pub low_price24h: Option<UpdatedTickerUpdatedTickerLowPrice24h>, pub price_change24h: Option<UpdatedTickerUpdatedTickerPriceChange24h>, pub volume24h: UpdatedTickerUpdatedTickerVolume24h, pub market_name: String,
}

Fields

id: Stringa_volume24h: UpdatedTickerUpdatedTickerAVolume24hb_volume24h: UpdatedTickerUpdatedTickerBVolume24hbest_ask_price: Option<UpdatedTickerUpdatedTickerBestAskPrice>best_ask_size: Option<UpdatedTickerUpdatedTickerBestAskSize>best_bid_price: Option<UpdatedTickerUpdatedTickerBestBidPrice>best_bid_size: Option<UpdatedTickerUpdatedTickerBestBidSize>high_price24h: Option<UpdatedTickerUpdatedTickerHighPrice24h>last_price: Option<UpdatedTickerUpdatedTickerLastPrice>low_price24h: Option<UpdatedTickerUpdatedTickerLowPrice24h>price_change24h: Option<UpdatedTickerUpdatedTickerPriceChange24h>volume24h: UpdatedTickerUpdatedTickerVolume24hmarket_name: String

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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