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