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