Enum HurstInterpretation
#[non_exhaustive]pub enum HurstInterpretation {
MeanReverting,
UncorrelatedRandom,
TrendPersistent,
}Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Implementations§
§impl HurstInterpretation
impl HurstInterpretation
Trait Implementations§
§impl Clone for HurstInterpretation
impl Clone for HurstInterpretation
§fn clone(&self) -> HurstInterpretation
fn clone(&self) -> HurstInterpretation
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl PartialEq for HurstInterpretation
impl PartialEq for HurstInterpretation
impl Copy for HurstInterpretation
impl Eq for HurstInterpretation
impl StructuralPartialEq for HurstInterpretation
Auto Trait Implementations§
impl Freeze for HurstInterpretation
impl RefUnwindSafe for HurstInterpretation
impl Send for HurstInterpretation
impl Sync for HurstInterpretation
impl Unpin for HurstInterpretation
impl UnwindSafe for HurstInterpretation
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)