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