#[repr(C)]pub struct CThostFtdcVerifyFuturePasswordAndCustInfoField {
pub CustomerName: TThostFtdcIndividualNameType,
pub IdCardType: TThostFtdcIdCardTypeType,
pub IdentifiedCardNo: TThostFtdcIdentifiedCardNoType,
pub CustType: TThostFtdcCustTypeType,
pub AccountID: TThostFtdcAccountIDType,
pub Password: TThostFtdcPasswordType,
pub CurrencyID: TThostFtdcCurrencyIDType,
pub LongCustomerName: TThostFtdcLongIndividualNameType,
}Fields§
§CustomerName: TThostFtdcIndividualNameType§IdCardType: TThostFtdcIdCardTypeType§IdentifiedCardNo: TThostFtdcIdentifiedCardNoType§CustType: TThostFtdcCustTypeType§AccountID: TThostFtdcAccountIDType§Password: TThostFtdcPasswordType§CurrencyID: TThostFtdcCurrencyIDType§LongCustomerName: TThostFtdcLongIndividualNameTypeTrait Implementations§
Source§impl Clone for CThostFtdcVerifyFuturePasswordAndCustInfoField
impl Clone for CThostFtdcVerifyFuturePasswordAndCustInfoField
Source§fn clone(&self) -> CThostFtdcVerifyFuturePasswordAndCustInfoField
fn clone(&self) -> CThostFtdcVerifyFuturePasswordAndCustInfoField
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CThostFtdcVerifyFuturePasswordAndCustInfoField
Auto Trait Implementations§
impl Freeze for CThostFtdcVerifyFuturePasswordAndCustInfoField
impl RefUnwindSafe for CThostFtdcVerifyFuturePasswordAndCustInfoField
impl Send for CThostFtdcVerifyFuturePasswordAndCustInfoField
impl Sync for CThostFtdcVerifyFuturePasswordAndCustInfoField
impl Unpin for CThostFtdcVerifyFuturePasswordAndCustInfoField
impl UnsafeUnpin for CThostFtdcVerifyFuturePasswordAndCustInfoField
impl UnwindSafe for CThostFtdcVerifyFuturePasswordAndCustInfoField
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