Struct ChainExposureFlipLevel
pub struct ChainExposureFlipLevel {
pub metric: ChainExposureMetric,
pub lower_spot: f64,
pub upper_spot: f64,
pub flip_spot: f64,
pub lower_value: f64,
pub upper_value: f64,
}Fields§
§metric: ChainExposureMetric§lower_spot: f64§upper_spot: f64§flip_spot: f64§lower_value: f64§upper_value: f64Trait Implementations§
§impl Clone for ChainExposureFlipLevel
impl Clone for ChainExposureFlipLevel
§fn clone(&self) -> ChainExposureFlipLevel
fn clone(&self) -> ChainExposureFlipLevel
1.0.0 (const: )§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl PartialEq for ChainExposureFlipLevel
impl PartialEq for ChainExposureFlipLevel
impl Copy for ChainExposureFlipLevel
impl StructuralPartialEq for ChainExposureFlipLevel
Auto Trait Implementations§
impl Freeze for ChainExposureFlipLevel
impl RefUnwindSafe for ChainExposureFlipLevel
impl Send for ChainExposureFlipLevel
impl Sync for ChainExposureFlipLevel
impl Unpin for ChainExposureFlipLevel
impl UnsafeUnpin for ChainExposureFlipLevel
impl UnwindSafe for ChainExposureFlipLevel
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)