pub struct TrdNotifyInfo {
pub trd_env: i32,
pub acc_id: u64,
pub trd_market: i32,
pub notify_type: i32,
}Expand description
交易通知信息
Fields§
§trd_env: i32§acc_id: u64§trd_market: i32§notify_type: i32Trait Implementations§
Source§impl Clone for TrdNotifyInfo
impl Clone for TrdNotifyInfo
Source§fn clone(&self) -> TrdNotifyInfo
fn clone(&self) -> TrdNotifyInfo
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 TrdNotifyInfo
impl RefUnwindSafe for TrdNotifyInfo
impl Send for TrdNotifyInfo
impl Sync for TrdNotifyInfo
impl Unpin for TrdNotifyInfo
impl UnwindSafe for TrdNotifyInfo
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