Enum GammaExposureConvention
pub enum GammaExposureConvention {
ContractGamma,
ShareGammaPerPoint,
DollarGammaPerPoint,
DollarGammaPerOnePercentMove,
}Variants§
Trait Implementations§
§impl Clone for GammaExposureConvention
impl Clone for GammaExposureConvention
§fn clone(&self) -> GammaExposureConvention
fn clone(&self) -> GammaExposureConvention
1.0.0 (const: )§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl PartialEq for GammaExposureConvention
impl PartialEq for GammaExposureConvention
impl Copy for GammaExposureConvention
impl Eq for GammaExposureConvention
impl StructuralPartialEq for GammaExposureConvention
Auto Trait Implementations§
impl Freeze for GammaExposureConvention
impl RefUnwindSafe for GammaExposureConvention
impl Send for GammaExposureConvention
impl Sync for GammaExposureConvention
impl Unpin for GammaExposureConvention
impl UnsafeUnpin for GammaExposureConvention
impl UnwindSafe for GammaExposureConvention
Blanket Implementations§
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)