pub enum CorrelationError {
EmptyInput,
MismatchedLengths,
ZeroVariance,
}Variants§
Trait Implementations§
Source§impl Clone for CorrelationError
impl Clone for CorrelationError
Source§fn clone(&self) -> CorrelationError
fn clone(&self) -> CorrelationError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CorrelationError
impl Debug for CorrelationError
Source§impl PartialEq for CorrelationError
impl PartialEq for CorrelationError
Source§fn eq(&self, other: &CorrelationError) -> bool
fn eq(&self, other: &CorrelationError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CorrelationError
impl StructuralPartialEq for CorrelationError
Auto Trait Implementations§
impl Freeze for CorrelationError
impl RefUnwindSafe for CorrelationError
impl Send for CorrelationError
impl Sync for CorrelationError
impl Unpin for CorrelationError
impl UnsafeUnpin for CorrelationError
impl UnwindSafe for CorrelationError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more