struct RtJson {
time: String,
minute: i32,
is_blank: bool,
price: f64,
last_close_price: f64,
avg_price: f64,
volume: i64,
turnover: f64,
timestamp: f64,
}Fields§
§time: String§minute: i32§is_blank: bool§price: f64§last_close_price: f64§avg_price: f64§volume: i64§turnover: f64§timestamp: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for RtJson
impl RefUnwindSafe for RtJson
impl Send for RtJson
impl Sync for RtJson
impl Unpin for RtJson
impl UnsafeUnpin for RtJson
impl UnwindSafe for RtJson
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