Struct binance_async::model::EventBalance[][src]

pub struct EventBalance {
    pub asset: String,
    pub free: String,
    pub locked: String,
}

Fields

Trait Implementations

impl Debug for EventBalance
[src]

Formats the value using the given formatter. Read more

impl Clone for EventBalance
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations