Struct DispersionRead
pub struct DispersionRead { /* private fields */ }Implementations§
§impl DispersionRead
impl DispersionRead
pub const fn rho_implied(self) -> f64
pub const fn rho_implied(self) -> f64
pub const fn dispersion_variance(self) -> f64
pub const fn dispersion_variance(self) -> f64
pub const fn dispersion_vol_pts(self) -> f64
pub const fn dispersion_vol_pts(self) -> f64
pub const fn weighted_avg_vol(self) -> f64
pub const fn weighted_avg_vol(self) -> f64
pub const fn weighted_avg_var(self) -> f64
pub const fn weighted_avg_var(self) -> f64
pub const fn weight_sum(self) -> f64
pub const fn weight_sum(self) -> f64
pub const fn constituent_count(self) -> usize
pub const fn constituent_count(self) -> usize
pub const fn tenor(self) -> SurfaceTenor
pub const fn tenor(self) -> SurfaceTenor
Trait Implementations§
§impl Clone for DispersionRead
impl Clone for DispersionRead
§fn clone(&self) -> DispersionRead
fn clone(&self) -> DispersionRead
1.0.0 (const: )§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl PartialEq for DispersionRead
impl PartialEq for DispersionRead
impl Copy for DispersionRead
impl StructuralPartialEq for DispersionRead
Auto Trait Implementations§
impl Freeze for DispersionRead
impl RefUnwindSafe for DispersionRead
impl Send for DispersionRead
impl Sync for DispersionRead
impl Unpin for DispersionRead
impl UnsafeUnpin for DispersionRead
impl UnwindSafe for DispersionRead
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)