Struct SurfaceRiskReversalSelection
pub struct SurfaceRiskReversalSelection { /* private fields */ }Implementations§
§impl SurfaceRiskReversalSelection
impl SurfaceRiskReversalSelection
pub fn new(wing_selection: SurfaceWingSmileSelection) -> Self
pub fn new(wing_selection: SurfaceWingSmileSelection) -> Self
pub const fn wing_selection(self) -> SurfaceWingSmileSelection
pub const fn wing_selection(self) -> SurfaceWingSmileSelection
pub const fn risk_reversal(self) -> f64
pub const fn risk_reversal(self) -> f64
Trait Implementations§
§impl Clone for SurfaceRiskReversalSelection
impl Clone for SurfaceRiskReversalSelection
§fn clone(&self) -> SurfaceRiskReversalSelection
fn clone(&self) -> SurfaceRiskReversalSelection
1.0.0 (const: )§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl PartialEq for SurfaceRiskReversalSelection
impl PartialEq for SurfaceRiskReversalSelection
impl Copy for SurfaceRiskReversalSelection
impl StructuralPartialEq for SurfaceRiskReversalSelection
Auto Trait Implementations§
impl Freeze for SurfaceRiskReversalSelection
impl RefUnwindSafe for SurfaceRiskReversalSelection
impl Send for SurfaceRiskReversalSelection
impl Sync for SurfaceRiskReversalSelection
impl Unpin for SurfaceRiskReversalSelection
impl UnsafeUnpin for SurfaceRiskReversalSelection
impl UnwindSafe for SurfaceRiskReversalSelection
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)