Struct binance::ws_model::Kline[][src]

pub struct Kline {
Show 17 fields pub start_time: i64, pub end_time: i64, pub symbol: String, pub interval: String, pub first_trade_id: i64, pub last_trade_id: i64, pub open: f64, pub close: f64, pub high: f64, pub low: f64, pub volume: f64, pub number_of_trades: i64, pub is_final_bar: bool, pub quote_volume: f64, pub active_buy_volume: f64, pub active_volume_buy_quote: f64, pub ignore_me: String,
}

Fields

start_time: i64end_time: i64symbol: Stringinterval: Stringfirst_trade_id: i64last_trade_id: i64open: f64close: f64high: f64low: f64volume: f64number_of_trades: i64is_final_bar: boolquote_volume: f64active_buy_volume: f64active_volume_buy_quote: f64ignore_me: String

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. 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.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

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