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