Struct binance::rest_model::OrderSumaryState
source · pub struct OrderSumaryState {
pub id: u64,
pub price: f64,
pub qty: f64,
pub quote_qty: f64,
pub symbol: String,
pub time: u128,
}Fields§
§id: u64§price: f64§qty: f64§quote_qty: f64§symbol: String§time: u128Trait Implementations§
source§impl Clone for OrderSumaryState
impl Clone for OrderSumaryState
source§fn clone(&self) -> OrderSumaryState
fn clone(&self) -> OrderSumaryState
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 OrderSumaryState
impl Debug for OrderSumaryState
source§impl<'de> Deserialize<'de> for OrderSumaryState
impl<'de> Deserialize<'de> for OrderSumaryState
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