Enum ChainExposureMetric
pub enum ChainExposureMetric {
Dex,
Gex,
Vex,
Vanna,
Charm,
OpenInterestCall,
OpenInterestPut,
}Variants§
Implementations§
§impl ChainExposureMetric
impl ChainExposureMetric
pub const fn value(self, exposure: ChainExposureValues) -> f64
Trait Implementations§
§impl Clone for ChainExposureMetric
impl Clone for ChainExposureMetric
§fn clone(&self) -> ChainExposureMetric
fn clone(&self) -> ChainExposureMetric
1.0.0 (const: )§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl Hash for ChainExposureMetric
impl Hash for ChainExposureMetric
§impl PartialEq for ChainExposureMetric
impl PartialEq for ChainExposureMetric
impl Copy for ChainExposureMetric
impl Eq for ChainExposureMetric
impl StructuralPartialEq for ChainExposureMetric
Auto Trait Implementations§
impl Freeze for ChainExposureMetric
impl RefUnwindSafe for ChainExposureMetric
impl Send for ChainExposureMetric
impl Sync for ChainExposureMetric
impl Unpin for ChainExposureMetric
impl UnsafeUnpin for ChainExposureMetric
impl UnwindSafe for ChainExposureMetric
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)