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