struct TickerJson {
time: String,
sequence: i64,
price: f64,
volume: i64,
turnover: f64,
dir: i32,
ticker_type: Option<i32>,
timestamp: f64,
}Fields§
§time: String§sequence: i64§price: f64§volume: i64§turnover: f64§dir: i32§ticker_type: Option<i32>§timestamp: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for TickerJson
impl RefUnwindSafe for TickerJson
impl Send for TickerJson
impl Sync for TickerJson
impl Unpin for TickerJson
impl UnsafeUnpin for TickerJson
impl UnwindSafe for TickerJson
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