Struct binance::model::AccountInformation [] [src]

pub struct AccountInformation {
    pub maker_commission: f32,
    pub taker_commission: f32,
    pub buyer_commission: f32,
    pub seller_commission: f32,
    pub can_trade: bool,
    pub can_withdraw: bool,
    pub can_deposit: bool,
    pub balances: Vec<Balance>,
}

Fields

Trait Implementations

impl Debug for AccountInformation
[src]

[src]

Formats the value using the given formatter.