#[repr(C)]pub struct CThostFtdcReqGenUserCaptchaField {
pub TradingDay: TThostFtdcDateType,
pub BrokerID: TThostFtdcBrokerIDType,
pub UserID: TThostFtdcUserIDType,
}Fields§
§TradingDay: TThostFtdcDateType§BrokerID: TThostFtdcBrokerIDType§UserID: TThostFtdcUserIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcReqGenUserCaptchaField
impl Clone for CThostFtdcReqGenUserCaptchaField
Source§fn clone(&self) -> CThostFtdcReqGenUserCaptchaField
fn clone(&self) -> CThostFtdcReqGenUserCaptchaField
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 CThostFtdcReqGenUserCaptchaField
Auto Trait Implementations§
impl Freeze for CThostFtdcReqGenUserCaptchaField
impl RefUnwindSafe for CThostFtdcReqGenUserCaptchaField
impl Send for CThostFtdcReqGenUserCaptchaField
impl Sync for CThostFtdcReqGenUserCaptchaField
impl Unpin for CThostFtdcReqGenUserCaptchaField
impl UnwindSafe for CThostFtdcReqGenUserCaptchaField
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