#[repr(C)]pub struct ReqSyncKeyField {Show 21 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,
}
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
Trait Implementations§
Source§impl Clone for ReqSyncKeyField
impl Clone for ReqSyncKeyField
Source§impl Debug for ReqSyncKeyField
impl Debug for ReqSyncKeyField
Source§impl Default for ReqSyncKeyField
impl Default for ReqSyncKeyField
Source§impl ExternType for ReqSyncKeyField
impl ExternType for ReqSyncKeyField
Auto Trait Implementations§
impl Freeze for ReqSyncKeyField
impl RefUnwindSafe for ReqSyncKeyField
impl Send for ReqSyncKeyField
impl Sync for ReqSyncKeyField
impl Unpin for ReqSyncKeyField
impl UnwindSafe for ReqSyncKeyField
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