Struct binance::rest_model::PriceStats
source · pub struct PriceStats {Show 16 fields
pub price_change: String,
pub price_change_percent: String,
pub weighted_avg_price: String,
pub prev_close_price: f64,
pub last_price: f64,
pub bid_price: f64,
pub ask_price: f64,
pub open_price: f64,
pub high_price: f64,
pub low_price: f64,
pub volume: f64,
pub open_time: u64,
pub close_time: u64,
pub first_id: u64,
pub last_id: u64,
pub count: u64,
}Fields§
§price_change: String§price_change_percent: String§weighted_avg_price: String§prev_close_price: f64§last_price: f64§bid_price: f64§ask_price: f64§open_price: f64§high_price: f64§low_price: f64§volume: f64§open_time: u64§close_time: u64§first_id: u64§last_id: u64§count: u64Trait Implementations§
source§impl Clone for PriceStats
impl Clone for PriceStats
source§fn clone(&self) -> PriceStats
fn clone(&self) -> PriceStats
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 PriceStats
impl Debug for PriceStats
source§impl<'de> Deserialize<'de> for PriceStats
impl<'de> Deserialize<'de> for PriceStats
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