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