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: u64last_update_time: u64balances: Vec<EventBalance>Trait Implementations
sourceimpl Clone for AccountPositionUpdate
impl Clone for AccountPositionUpdate
sourcefn clone(&self) -> AccountPositionUpdate
fn clone(&self) -> AccountPositionUpdate
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AccountPositionUpdate
impl Debug for AccountPositionUpdate
sourceimpl<'de> Deserialize<'de> for AccountPositionUpdate
impl<'de> Deserialize<'de> for AccountPositionUpdate
sourcefn 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
sourceimpl Serialize for AccountPositionUpdate
impl Serialize for AccountPositionUpdate
Auto Trait Implementations
impl RefUnwindSafe for AccountPositionUpdate
impl Send for AccountPositionUpdate
impl Sync for AccountPositionUpdate
impl Unpin for AccountPositionUpdate
impl UnwindSafe for AccountPositionUpdate
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more