Enum rand_distr::ChiSquaredError
source · [−]pub enum ChiSquaredError {
DoFTooSmall,
}
Expand description
Error type returned from ChiSquared::new
and StudentT::new
.
Variants
DoFTooSmall
0.5 * k <= 0
or nan
.
Trait Implementations
sourceimpl Clone for ChiSquaredError
impl Clone for ChiSquaredError
sourcefn clone(&self) -> ChiSquaredError
fn clone(&self) -> ChiSquaredError
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ChiSquaredError
impl Debug for ChiSquaredError
sourceimpl Display for ChiSquaredError
impl Display for ChiSquaredError
sourceimpl PartialEq<ChiSquaredError> for ChiSquaredError
impl PartialEq<ChiSquaredError> for ChiSquaredError
impl Copy for ChiSquaredError
impl Eq for ChiSquaredError
impl StructuralEq for ChiSquaredError
impl StructuralPartialEq for ChiSquaredError
Auto Trait Implementations
impl RefUnwindSafe for ChiSquaredError
impl Send for ChiSquaredError
impl Sync for ChiSquaredError
impl Unpin for ChiSquaredError
impl UnwindSafe for ChiSquaredError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more