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