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