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