struct RtOut {
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 RtOut
impl RefUnwindSafe for RtOut
impl Send for RtOut
impl Sync for RtOut
impl Unpin for RtOut
impl UnwindSafe for RtOut
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