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