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