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