struct HistOrderJson {}Fields§
§order_id: u64§order_id_ex: String§code: String§name: String§trd_side: i32§order_type: i32§order_status: i32§qty: f64§price: f64§fill_qty: f64§fill_avg_price: f64§create_time: String§update_time: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for HistOrderJson
impl RefUnwindSafe for HistOrderJson
impl Send for HistOrderJson
impl Sync for HistOrderJson
impl Unpin for HistOrderJson
impl UnsafeUnpin for HistOrderJson
impl UnwindSafe for HistOrderJson
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