pub struct FuturesRealtimeQuote {}Expand description
Futures realtime quote from Sina.
Fields§
§symbol: String§time: String§open: f64§high: f64§low: f64§current_price: f64§bid_price: f64§ask_price: f64§buy_vol: f64§sell_vol: f64§hold: f64§volume: f64§avg_price: f64§last_close: f64§last_settle_price: f64Trait Implementations§
Source§impl Clone for FuturesRealtimeQuote
impl Clone for FuturesRealtimeQuote
Source§fn clone(&self) -> FuturesRealtimeQuote
fn clone(&self) -> FuturesRealtimeQuote
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FuturesRealtimeQuote
impl Debug for FuturesRealtimeQuote
Source§impl<'de> Deserialize<'de> for FuturesRealtimeQuote
impl<'de> Deserialize<'de> for FuturesRealtimeQuote
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
Auto Trait Implementations§
impl Freeze for FuturesRealtimeQuote
impl RefUnwindSafe for FuturesRealtimeQuote
impl Send for FuturesRealtimeQuote
impl Sync for FuturesRealtimeQuote
impl Unpin for FuturesRealtimeQuote
impl UnsafeUnpin for FuturesRealtimeQuote
impl UnwindSafe for FuturesRealtimeQuote
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more