#[repr(C)]pub struct ReserveOpenAccountConfirmField {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 Gender: u8,
pub CountryCode: String,
pub CustType: u8,
pub Address: String,
pub ZipCode: String,
pub Telephone: String,
pub MobilePhone: String,
pub Fax: String,
pub EMail: String,
pub MoneyAccountStatus: u8,
pub BankAccount: String,
pub BankPassWord: String,
pub InstallID: i32,
pub VerifyCertNoFlag: u8,
pub CurrencyID: String,
pub Digest: Vec<u8>,
pub BankAccType: u8,
pub BrokerIDByBank: Vec<u8>,
pub TID: i32,
pub AccountID: String,
pub Password: String,
pub BankReserveOpenSeq: Vec<u8>,
pub BookDate: String,
pub BookPsw: Vec<u8>,
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§CustomerName: String§IdCardType: u8§IdentifiedCardNo: String§Gender: u8§CountryCode: String§CustType: u8§Address: String§ZipCode: String§Telephone: String§MobilePhone: String§Fax: String§EMail: String§MoneyAccountStatus: u8§BankAccount: String§BankPassWord: String§InstallID: i32§VerifyCertNoFlag: u8§CurrencyID: String§Digest: Vec<u8>§BankAccType: u8§BrokerIDByBank: Vec<u8>§TID: i32§AccountID: String§Password: String§BankReserveOpenSeq: Vec<u8>§BookDate: String§BookPsw: Vec<u8>§ErrorID: i32§ErrorMsg: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for ReserveOpenAccountConfirmField
impl RefUnwindSafe for ReserveOpenAccountConfirmField
impl Send for ReserveOpenAccountConfirmField
impl Sync for ReserveOpenAccountConfirmField
impl Unpin for ReserveOpenAccountConfirmField
impl UnwindSafe for ReserveOpenAccountConfirmField
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