Struct DenoisedPriceOverlayResult
#[non_exhaustive]pub struct DenoisedPriceOverlayResult {
pub overlays: Vec<DenoisedOverlay>,
pub total_realized_volatility_per_overlay: Vec<f64>,
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
overlays: Vec<DenoisedOverlay>§total_realized_volatility_per_overlay: Vec<f64>Implementations§
Trait Implementations§
§impl Clone for DenoisedPriceOverlayResult
impl Clone for DenoisedPriceOverlayResult
§fn clone(&self) -> DenoisedPriceOverlayResult
fn clone(&self) -> DenoisedPriceOverlayResult
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl PartialEq for DenoisedPriceOverlayResult
impl PartialEq for DenoisedPriceOverlayResult
impl StructuralPartialEq for DenoisedPriceOverlayResult
Auto Trait Implementations§
impl Freeze for DenoisedPriceOverlayResult
impl RefUnwindSafe for DenoisedPriceOverlayResult
impl Send for DenoisedPriceOverlayResult
impl Sync for DenoisedPriceOverlayResult
impl Unpin for DenoisedPriceOverlayResult
impl UnwindSafe for DenoisedPriceOverlayResult
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)