struct KLineRow {
time: String,
open: String,
high: String,
low: String,
close: String,
change_pct: String,
volume: String,
turnover: String,
}Fields§
§time: String§open: String§high: String§low: String§close: String§change_pct: String§volume: String§turnover: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for KLineRow
impl RefUnwindSafe for KLineRow
impl Send for KLineRow
impl Sync for KLineRow
impl Unpin for KLineRow
impl UnsafeUnpin for KLineRow
impl UnwindSafe for KLineRow
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