#[repr(C)]pub struct InvestUnitField {
pub is_null: bool,
pub BrokerID: String,
pub InvestorID: String,
pub InvestUnitID: String,
pub InvestorUnitName: String,
pub InvestorGroupID: String,
pub CommModelID: String,
pub MarginModelID: String,
pub AccountID: String,
pub CurrencyID: String,
}
Fields§
§is_null: bool
§BrokerID: String
§InvestorID: String
§InvestUnitID: String
§InvestorUnitName: String
§InvestorGroupID: String
§CommModelID: String
§MarginModelID: String
§AccountID: String
§CurrencyID: String
Trait Implementations§
Source§impl Clone for InvestUnitField
impl Clone for InvestUnitField
Source§impl Debug for InvestUnitField
impl Debug for InvestUnitField
Source§impl Default for InvestUnitField
impl Default for InvestUnitField
Source§impl ExternType for InvestUnitField
impl ExternType for InvestUnitField
Auto Trait Implementations§
impl Freeze for InvestUnitField
impl RefUnwindSafe for InvestUnitField
impl Send for InvestUnitField
impl Sync for InvestUnitField
impl Unpin for InvestUnitField
impl UnwindSafe for InvestUnitField
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