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