#[repr(C)]pub struct NotifySyncKeyField {Show 23 fields
pub is_null: bool,
pub TradeCode: String,
pub BankID: String,
pub BankBranchID: String,
pub BrokerID: String,
pub BrokerBranchID: String,
pub TradeDate: String,
pub TradeTime: String,
pub BankSerial: String,
pub TradingDay: String,
pub PlateSerial: i32,
pub LastFragment: u8,
pub SessionID: i32,
pub InstallID: i32,
pub UserID: String,
pub Message: Vec<u8>,
pub DeviceID: String,
pub BrokerIDByBank: Vec<u8>,
pub OperNo: String,
pub RequestID: i32,
pub TID: i32,
pub ErrorID: i32,
pub ErrorMsg: String,
}
Fields§
§is_null: bool
§TradeCode: String
§BankID: String
§BankBranchID: String
§BrokerID: String
§BrokerBranchID: String
§TradeDate: String
§TradeTime: String
§BankSerial: String
§TradingDay: String
§PlateSerial: i32
§LastFragment: u8
§SessionID: i32
§InstallID: i32
§UserID: String
§Message: Vec<u8>
§DeviceID: String
§BrokerIDByBank: Vec<u8>
§OperNo: String
§RequestID: i32
§TID: i32
§ErrorID: i32
§ErrorMsg: String
Trait Implementations§
Source§impl Clone for NotifySyncKeyField
impl Clone for NotifySyncKeyField
Source§impl Debug for NotifySyncKeyField
impl Debug for NotifySyncKeyField
Source§impl Default for NotifySyncKeyField
impl Default for NotifySyncKeyField
Source§impl ExternType for NotifySyncKeyField
impl ExternType for NotifySyncKeyField
Auto Trait Implementations§
impl Freeze for NotifySyncKeyField
impl RefUnwindSafe for NotifySyncKeyField
impl Send for NotifySyncKeyField
impl Sync for NotifySyncKeyField
impl Unpin for NotifySyncKeyField
impl UnwindSafe for NotifySyncKeyField
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