Struct binance_async::model::SymbolPrice[][src]

pub struct SymbolPrice {
    pub symbol: String,
    pub price: f64,
}

Fields

Trait Implementations

impl Debug for SymbolPrice
[src]

Formats the value using the given formatter. Read more

impl Clone for SymbolPrice
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SymbolPrice

impl Sync for SymbolPrice