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