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