#[repr(C)]pub struct QryCFMMCTradingAccountKeyField {
pub is_null: bool,
pub BrokerID: String,
pub InvestorID: String,
}Fields§
§is_null: bool§BrokerID: String§InvestorID: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for QryCFMMCTradingAccountKeyField
impl RefUnwindSafe for QryCFMMCTradingAccountKeyField
impl Send for QryCFMMCTradingAccountKeyField
impl Sync for QryCFMMCTradingAccountKeyField
impl Unpin for QryCFMMCTradingAccountKeyField
impl UnwindSafe for QryCFMMCTradingAccountKeyField
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