struct OrderOut {}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§fill_qty: f64§fill_avg_price: f64§create_time: String§update_time: String§last_err_msg: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for OrderOut
impl RefUnwindSafe for OrderOut
impl Send for OrderOut
impl Sync for OrderOut
impl Unpin for OrderOut
impl UnwindSafe for OrderOut
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