Struct SpotLadderPoint
pub struct SpotLadderPoint {
pub spot: f64,
pub relative_spot_shock: f64,
pub net_exposure: ChainExposureValues,
}Fields§
§spot: f64§relative_spot_shock: f64§net_exposure: ChainExposureValuesTrait Implementations§
§impl Clone for SpotLadderPoint
impl Clone for SpotLadderPoint
§fn clone(&self) -> SpotLadderPoint
fn clone(&self) -> SpotLadderPoint
1.0.0 (const: )§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl PartialEq for SpotLadderPoint
impl PartialEq for SpotLadderPoint
impl Copy for SpotLadderPoint
impl StructuralPartialEq for SpotLadderPoint
Auto Trait Implementations§
impl Freeze for SpotLadderPoint
impl RefUnwindSafe for SpotLadderPoint
impl Send for SpotLadderPoint
impl Sync for SpotLadderPoint
impl Unpin for SpotLadderPoint
impl UnsafeUnpin for SpotLadderPoint
impl UnwindSafe for SpotLadderPoint
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)