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