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