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