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