Enum VegaExposureConvention
pub enum VegaExposureConvention {
ContractVega,
DollarVegaPerVolPoint,
}Variants§
Trait Implementations§
§impl Clone for VegaExposureConvention
impl Clone for VegaExposureConvention
§fn clone(&self) -> VegaExposureConvention
fn clone(&self) -> VegaExposureConvention
1.0.0 (const: )§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl PartialEq for VegaExposureConvention
impl PartialEq for VegaExposureConvention
impl Copy for VegaExposureConvention
impl Eq for VegaExposureConvention
impl StructuralPartialEq for VegaExposureConvention
Auto Trait Implementations§
impl Freeze for VegaExposureConvention
impl RefUnwindSafe for VegaExposureConvention
impl Send for VegaExposureConvention
impl Sync for VegaExposureConvention
impl Unpin for VegaExposureConvention
impl UnsafeUnpin for VegaExposureConvention
impl UnwindSafe for VegaExposureConvention
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)