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