Enum rand_distr::FisherFError
source · pub enum FisherFError {
MTooSmall,
NTooSmall,
}
Expand description
Error type returned from FisherF::new
.
Variants§
Trait Implementations§
source§impl Clone for FisherFError
impl Clone for FisherFError
source§fn clone(&self) -> FisherFError
fn clone(&self) -> FisherFError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more