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