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