#[repr(C)]pub struct QrySettlementInfoField {
pub broker_id: BrokerIdType,
pub investor_id: InvestorIdType,
pub trading_day: TradingDayType,
pub account_id: AccountIdType,
pub currency_id: CurrencyIdType,
}
Fields§
§broker_id: BrokerIdType
§investor_id: InvestorIdType
§trading_day: TradingDayType
§account_id: AccountIdType
§currency_id: CurrencyIdType
Implementations§
Trait Implementations§
Source§impl Clone for QrySettlementInfoField
impl Clone for QrySettlementInfoField
Source§fn clone(&self) -> QrySettlementInfoField
fn clone(&self) -> QrySettlementInfoField
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 moreSource§impl Debug for QrySettlementInfoField
impl Debug for QrySettlementInfoField
Auto Trait Implementations§
impl Freeze for QrySettlementInfoField
impl RefUnwindSafe for QrySettlementInfoField
impl Send for QrySettlementInfoField
impl Sync for QrySettlementInfoField
impl Unpin for QrySettlementInfoField
impl UnwindSafe for QrySettlementInfoField
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