struct SnapshotRow {
symbol: String,
name: String,
price: String,
change_pct: String,
open: String,
high: String,
low: String,
volume: String,
turnover: String,
exchange_code: String,
}Fields§
§symbol: String§name: String§price: String§change_pct: String§open: String§high: String§low: String§volume: String§turnover: String§exchange_code: Stringv1.4.93 P1-3 (BUG-5318-003): exchange_code (e.g. “CME”/“NYMEX”)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SnapshotRow
impl RefUnwindSafe for SnapshotRow
impl Send for SnapshotRow
impl Sync for SnapshotRow
impl Unpin for SnapshotRow
impl UnsafeUnpin for SnapshotRow
impl UnwindSafe for SnapshotRow
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