#[repr(C)]pub struct InvestorInfoCntSettingField {
pub is_null: bool,
pub ExchangeID: String,
pub BrokerID: String,
pub InvestorID: String,
pub ProductID: String,
pub IsCalInfoComm: i32,
pub IsLimitInfoMax: i32,
pub InfoMaxLimit: i32,
}Fields§
§is_null: bool§ExchangeID: String§BrokerID: String§InvestorID: String§ProductID: String§IsCalInfoComm: i32§IsLimitInfoMax: i32§InfoMaxLimit: i32Trait Implementations§
Source§impl Clone for InvestorInfoCntSettingField
impl Clone for InvestorInfoCntSettingField
Source§impl Debug for InvestorInfoCntSettingField
impl Debug for InvestorInfoCntSettingField
Auto Trait Implementations§
impl Freeze for InvestorInfoCntSettingField
impl RefUnwindSafe for InvestorInfoCntSettingField
impl Send for InvestorInfoCntSettingField
impl Sync for InvestorInfoCntSettingField
impl Unpin for InvestorInfoCntSettingField
impl UnwindSafe for InvestorInfoCntSettingField
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