Struct binance_async::model::ExchangeInfo[][src]

pub struct ExchangeInfo {
    pub timezone: String,
    pub server_time: u64,
    pub rate_limits: Vec<RateLimit>,
    pub exchange_filters: Vec<ExchangeFilter>,
    pub symbols: Vec<Symbol>,
}

Fields

Trait Implementations

impl Debug for ExchangeInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for ExchangeInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations