Struct binance::ws_model::AccountPositionUpdate
source · pub struct AccountPositionUpdate {
pub event_time: u64,
pub last_update_time: u64,
pub balances: Vec<EventBalance>,
}Expand description
User Stream related events Account position update
Fields§
§event_time: u64§last_update_time: u64§balances: Vec<EventBalance>Trait Implementations§
source§impl Clone for AccountPositionUpdate
impl Clone for AccountPositionUpdate
source§fn clone(&self) -> AccountPositionUpdate
fn clone(&self) -> AccountPositionUpdate
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for AccountPositionUpdate
impl Debug for AccountPositionUpdate
source§impl<'de> Deserialize<'de> for AccountPositionUpdate
impl<'de> Deserialize<'de> for AccountPositionUpdate
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more