#[repr(C)]pub struct CThostFtdcTradingAccountPasswordUpdateField {
pub BrokerID: TThostFtdcBrokerIDType,
pub AccountID: TThostFtdcAccountIDType,
pub OldPassword: TThostFtdcPasswordType,
pub NewPassword: TThostFtdcPasswordType,
pub CurrencyID: TThostFtdcCurrencyIDType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§AccountID: TThostFtdcAccountIDType§OldPassword: TThostFtdcPasswordType§NewPassword: TThostFtdcPasswordType§CurrencyID: TThostFtdcCurrencyIDTypeTrait Implementations§
source§impl Clone for CThostFtdcTradingAccountPasswordUpdateField
impl Clone for CThostFtdcTradingAccountPasswordUpdateField
source§fn clone(&self) -> CThostFtdcTradingAccountPasswordUpdateField
fn clone(&self) -> CThostFtdcTradingAccountPasswordUpdateField
Returns a copy 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 CThostFtdcTradingAccountPasswordUpdateField
Auto Trait Implementations§
impl Freeze for CThostFtdcTradingAccountPasswordUpdateField
impl RefUnwindSafe for CThostFtdcTradingAccountPasswordUpdateField
impl Send for CThostFtdcTradingAccountPasswordUpdateField
impl Sync for CThostFtdcTradingAccountPasswordUpdateField
impl Unpin for CThostFtdcTradingAccountPasswordUpdateField
impl UnwindSafe for CThostFtdcTradingAccountPasswordUpdateField
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