struct TickerRow {
time: String,
sequence: String,
price: String,
volume: String,
dir: String,
turnover: String,
}Fields§
§time: String§sequence: String§price: String§volume: String§dir: String§turnover: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for TickerRow
impl RefUnwindSafe for TickerRow
impl Send for TickerRow
impl Sync for TickerRow
impl Unpin for TickerRow
impl UnsafeUnpin for TickerRow
impl UnwindSafe for TickerRow
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