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