#[repr(C)]pub struct QrySettlementInfoField {
pub is_null: bool,
pub BrokerID: String,
pub InvestorID: String,
pub TradingDay: String,
pub AccountID: String,
pub CurrencyID: String,
}
Fields§
§is_null: bool
§BrokerID: String
§InvestorID: String
§TradingDay: String
§AccountID: String
§CurrencyID: String
Trait Implementations§
Source§impl Clone for QrySettlementInfoField
impl Clone for QrySettlementInfoField
Source§impl Debug for QrySettlementInfoField
impl Debug for QrySettlementInfoField
Source§impl Default for QrySettlementInfoField
impl Default for QrySettlementInfoField
Source§impl ExternType for QrySettlementInfoField
impl ExternType 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