#[repr(C)]pub struct CThostFtdcTradingAccountPasswordUpdateV1Field {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub OldPassword: TThostFtdcPasswordType,
pub NewPassword: TThostFtdcPasswordType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§OldPassword: TThostFtdcPasswordType§NewPassword: TThostFtdcPasswordTypeTrait Implementations§
Source§impl Clone for CThostFtdcTradingAccountPasswordUpdateV1Field
impl Clone for CThostFtdcTradingAccountPasswordUpdateV1Field
Source§fn clone(&self) -> CThostFtdcTradingAccountPasswordUpdateV1Field
fn clone(&self) -> CThostFtdcTradingAccountPasswordUpdateV1Field
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 CThostFtdcTradingAccountPasswordUpdateV1Field
Auto Trait Implementations§
impl Freeze for CThostFtdcTradingAccountPasswordUpdateV1Field
impl RefUnwindSafe for CThostFtdcTradingAccountPasswordUpdateV1Field
impl Send for CThostFtdcTradingAccountPasswordUpdateV1Field
impl Sync for CThostFtdcTradingAccountPasswordUpdateV1Field
impl Unpin for CThostFtdcTradingAccountPasswordUpdateV1Field
impl UnwindSafe for CThostFtdcTradingAccountPasswordUpdateV1Field
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