pub struct OrderUpdateInfo {
pub trd_env: i32,
pub acc_id: u64,
pub trd_market: i32,
pub raw_body: Bytes,
}Expand description
订单更新信息
Fields§
§trd_env: i32§acc_id: u64§trd_market: i32§raw_body: BytesTrait Implementations§
Source§impl Clone for OrderUpdateInfo
impl Clone for OrderUpdateInfo
Source§fn clone(&self) -> OrderUpdateInfo
fn clone(&self) -> OrderUpdateInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !Freeze for OrderUpdateInfo
impl RefUnwindSafe for OrderUpdateInfo
impl Send for OrderUpdateInfo
impl Sync for OrderUpdateInfo
impl Unpin for OrderUpdateInfo
impl UnwindSafe for OrderUpdateInfo
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