Struct binance::model::AccountUpdateEvent[][src]

pub struct AccountUpdateEvent {
    pub event_type: String,
    pub event_time: u64,
    pub balance: Vec<EventBalance>,
    // some fields omitted
}

Fields

Trait Implementations

impl Debug for AccountUpdateEvent
[src]

Formats the value using the given formatter. Read more

impl Clone for AccountUpdateEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations