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