#[repr(C)]pub struct NotifyQueryAccountField {Show 42 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 CustomerName: String,
pub IdCardType: u8,
pub IdentifiedCardNo: String,
pub CustType: u8,
pub BankAccount: String,
pub BankPassWord: String,
pub AccountID: String,
pub Password: String,
pub FutureSerial: i32,
pub InstallID: i32,
pub UserID: String,
pub VerifyCertNoFlag: u8,
pub CurrencyID: String,
pub Digest: Vec<u8>,
pub BankAccType: u8,
pub DeviceID: String,
pub BankSecuAccType: u8,
pub BrokerIDByBank: Vec<u8>,
pub BankSecuAcc: Vec<u8>,
pub BankPwdFlag: u8,
pub SecuPwdFlag: u8,
pub OperNo: String,
pub RequestID: i32,
pub TID: i32,
pub BankUseAmount: f64,
pub BankFetchAmount: f64,
pub ErrorID: i32,
pub ErrorMsg: String,
pub LongCustomerName: 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
§CustomerName: String
§IdCardType: u8
§IdentifiedCardNo: String
§CustType: u8
§BankAccount: String
§BankPassWord: String
§AccountID: String
§Password: String
§FutureSerial: i32
§InstallID: i32
§UserID: String
§VerifyCertNoFlag: u8
§CurrencyID: String
§Digest: Vec<u8>
§BankAccType: u8
§DeviceID: String
§BankSecuAccType: u8
§BrokerIDByBank: Vec<u8>
§BankSecuAcc: Vec<u8>
§BankPwdFlag: u8
§SecuPwdFlag: u8
§OperNo: String
§RequestID: i32
§TID: i32
§BankUseAmount: f64
§BankFetchAmount: f64
§ErrorID: i32
§ErrorMsg: String
§LongCustomerName: String
Trait Implementations§
Source§impl Clone for NotifyQueryAccountField
impl Clone for NotifyQueryAccountField
Source§impl Debug for NotifyQueryAccountField
impl Debug for NotifyQueryAccountField
Source§impl Default for NotifyQueryAccountField
impl Default for NotifyQueryAccountField
Source§impl ExternType for NotifyQueryAccountField
impl ExternType for NotifyQueryAccountField
Auto Trait Implementations§
impl Freeze for NotifyQueryAccountField
impl RefUnwindSafe for NotifyQueryAccountField
impl Send for NotifyQueryAccountField
impl Sync for NotifyQueryAccountField
impl Unpin for NotifyQueryAccountField
impl UnwindSafe for NotifyQueryAccountField
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