Struct binance::model::Tickers [] [src]

pub struct Tickers {
    pub symbol: String,
    pub bid_price: f64,
    pub bid_qty: f64,
    pub ask_price: f64,
    pub ask_qty: f64,
}

Fields

Trait Implementations

impl Debug for Tickers
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Tickers
[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 Tickers

impl Sync for Tickers