pub struct KLine {}Expand description
K 线数据点
Fields§
§time: String§is_blank: bool§high_price: f64§open_price: f64§low_price: f64§close_price: f64§last_close_price: f64§volume: i64§turnover: f64§turnover_rate: f64§pe: f64§change_rate: f64§timestamp: f64Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KLine
impl RefUnwindSafe for KLine
impl Send for KLine
impl Sync for KLine
impl Unpin for KLine
impl UnwindSafe for KLine
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