#[repr(C)]pub struct CThostFtdcVerifyFuturePasswordField {Show 19 fields
pub TradeCode: TThostFtdcTradeCodeType,
pub BankID: TThostFtdcBankIDType,
pub BankBranchID: TThostFtdcBankBrchIDType,
pub BrokerID: TThostFtdcBrokerIDType,
pub BrokerBranchID: TThostFtdcFutureBranchIDType,
pub TradeDate: TThostFtdcTradeDateType,
pub TradeTime: TThostFtdcTradeTimeType,
pub BankSerial: TThostFtdcBankSerialType,
pub TradingDay: TThostFtdcTradeDateType,
pub PlateSerial: TThostFtdcSerialType,
pub LastFragment: TThostFtdcLastFragmentType,
pub SessionID: TThostFtdcSessionIDType,
pub AccountID: TThostFtdcAccountIDType,
pub Password: TThostFtdcPasswordType,
pub BankAccount: TThostFtdcBankAccountType,
pub BankPassWord: TThostFtdcPasswordType,
pub InstallID: TThostFtdcInstallIDType,
pub TID: TThostFtdcTIDType,
pub CurrencyID: TThostFtdcCurrencyIDType,
}Fields§
§TradeCode: TThostFtdcTradeCodeType§BankID: TThostFtdcBankIDType§BankBranchID: TThostFtdcBankBrchIDType§BrokerID: TThostFtdcBrokerIDType§BrokerBranchID: TThostFtdcFutureBranchIDType§TradeDate: TThostFtdcTradeDateType§TradeTime: TThostFtdcTradeTimeType§BankSerial: TThostFtdcBankSerialType§TradingDay: TThostFtdcTradeDateType§PlateSerial: TThostFtdcSerialType§LastFragment: TThostFtdcLastFragmentType§SessionID: TThostFtdcSessionIDType§AccountID: TThostFtdcAccountIDType§Password: TThostFtdcPasswordType§BankAccount: TThostFtdcBankAccountType§BankPassWord: TThostFtdcPasswordType§InstallID: TThostFtdcInstallIDType§TID: TThostFtdcTIDType§CurrencyID: TThostFtdcCurrencyIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcVerifyFuturePasswordField
impl Clone for CThostFtdcVerifyFuturePasswordField
Source§fn clone(&self) -> CThostFtdcVerifyFuturePasswordField
fn clone(&self) -> CThostFtdcVerifyFuturePasswordField
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CThostFtdcVerifyFuturePasswordField
Auto Trait Implementations§
impl Freeze for CThostFtdcVerifyFuturePasswordField
impl RefUnwindSafe for CThostFtdcVerifyFuturePasswordField
impl Send for CThostFtdcVerifyFuturePasswordField
impl Sync for CThostFtdcVerifyFuturePasswordField
impl Unpin for CThostFtdcVerifyFuturePasswordField
impl UnwindSafe for CThostFtdcVerifyFuturePasswordField
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