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