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