pub struct Future4 {
pub ctrct_sz: Option<f64>,
pub exrc_pric: Option<Price8>,
pub futr_dt: Option<String>,
pub min_sz: Option<ActiveCurrencyAndAmount>,
pub unit_of_measr: Option<UnitOfMeasure7Choice>,
pub tm_unit: Option<TimeUnit3Choice>,
pub addtl_undrlyg_attrbts: Option<Vec<UnderlyingAttributes4>>,
}Fields§
§ctrct_sz: Option<f64>§exrc_pric: Option<Price8>§futr_dt: Option<String>§min_sz: Option<ActiveCurrencyAndAmount>§unit_of_measr: Option<UnitOfMeasure7Choice>§tm_unit: Option<TimeUnit3Choice>§addtl_undrlyg_attrbts: Option<Vec<UnderlyingAttributes4>>Implementations§
Auto Trait Implementations§
impl Freeze for Future4
impl RefUnwindSafe for Future4
impl Send for Future4
impl Sync for Future4
impl Unpin for Future4
impl UnwindSafe for Future4
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