Struct HurstSummary
#[non_exhaustive]pub struct HurstSummary {
pub value: f64,
pub confidence_low: f64,
pub confidence_high: f64,
pub interpretation: HurstInterpretation,
pub is_significant: bool,
pub r_squared: f64,
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
value: f64§confidence_low: f64§confidence_high: f64§interpretation: HurstInterpretation§is_significant: bool§r_squared: f64Implementations§
§impl HurstSummary
impl HurstSummary
Trait Implementations§
§impl Clone for HurstSummary
impl Clone for HurstSummary
§fn clone(&self) -> HurstSummary
fn clone(&self) -> HurstSummary
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl PartialEq for HurstSummary
impl PartialEq for HurstSummary
impl StructuralPartialEq for HurstSummary
Auto Trait Implementations§
impl Freeze for HurstSummary
impl RefUnwindSafe for HurstSummary
impl Send for HurstSummary
impl Sync for HurstSummary
impl Unpin for HurstSummary
impl UnwindSafe for HurstSummary
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)