Struct ArbFreeReport
pub struct ArbFreeReport {
pub is_free: bool,
pub butterfly_violations: Vec<(f64, f64)>,
pub calendar_violations: Vec<(f64, f64, f64)>,
}Fields§
§is_free: bool§butterfly_violations: Vec<(f64, f64)>§calendar_violations: Vec<(f64, f64, f64)>Trait Implementations§
§impl Clone for ArbFreeReport
impl Clone for ArbFreeReport
§fn clone(&self) -> ArbFreeReport
fn clone(&self) -> ArbFreeReport
1.0.0 (const: )§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl From<&StaticArbitrageDiagnostics> for ArbFreeReport
impl From<&StaticArbitrageDiagnostics> for ArbFreeReport
§fn from(value: &StaticArbitrageDiagnostics) -> Self
fn from(value: &StaticArbitrageDiagnostics) -> Self
§impl From<StaticArbitrageDiagnostics> for ArbFreeReport
impl From<StaticArbitrageDiagnostics> for ArbFreeReport
§fn from(value: StaticArbitrageDiagnostics) -> Self
fn from(value: StaticArbitrageDiagnostics) -> Self
§impl PartialEq for ArbFreeReport
impl PartialEq for ArbFreeReport
impl StructuralPartialEq for ArbFreeReport
Auto Trait Implementations§
impl Freeze for ArbFreeReport
impl RefUnwindSafe for ArbFreeReport
impl Send for ArbFreeReport
impl Sync for ArbFreeReport
impl Unpin for ArbFreeReport
impl UnsafeUnpin for ArbFreeReport
impl UnwindSafe for ArbFreeReport
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)