#[repr(C)]pub struct ReqCancelAccountField {Show 46 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 AccountID: String,
pub Password: String,
pub InstallID: i32,
pub VerifyCertNoFlag: u8,
pub CurrencyID: String,
pub CashExchangeCode: u8,
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 TID: i32,
pub UserID: 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§Gender: u8§CountryCode: String§CustType: u8§Address: String§ZipCode: String§Telephone: String§MobilePhone: String§Fax: String§EMail: String§MoneyAccountStatus: u8§BankAccount: String§BankPassWord: String§AccountID: String§Password: String§InstallID: i32§VerifyCertNoFlag: u8§CurrencyID: String§CashExchangeCode: u8§Digest: Vec<u8>§BankAccType: u8§DeviceID: String§BankSecuAccType: u8§BrokerIDByBank: Vec<u8>§BankSecuAcc: Vec<u8>§BankPwdFlag: u8§SecuPwdFlag: u8§OperNo: String§TID: i32§UserID: String§LongCustomerName: StringTrait Implementations§
Source§impl Clone for ReqCancelAccountField
impl Clone for ReqCancelAccountField
Source§impl Debug for ReqCancelAccountField
impl Debug for ReqCancelAccountField
Source§impl Default for ReqCancelAccountField
impl Default for ReqCancelAccountField
Source§impl ExternType for ReqCancelAccountField
impl ExternType for ReqCancelAccountField
Auto Trait Implementations§
impl Freeze for ReqCancelAccountField
impl RefUnwindSafe for ReqCancelAccountField
impl Send for ReqCancelAccountField
impl Sync for ReqCancelAccountField
impl Unpin for ReqCancelAccountField
impl UnwindSafe for ReqCancelAccountField
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