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