Struct binance::model::KlineEvent [] [src]

pub struct KlineEvent {
    pub event_type: String,
    pub event_time: u64,
    pub symbol: String,
    pub kline: Kline,
}

Fields

Trait Implementations

impl Debug for KlineEvent
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for KlineEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for KlineEvent

impl Sync for KlineEvent