Enum ThresholdRule
pub enum ThresholdRule {
Universal,
SURE,
Minimax,
Bayes,
Fixed(f64),
}Variants§
Trait Implementations§
§impl Clone for ThresholdRule
impl Clone for ThresholdRule
§fn clone(&self) -> ThresholdRule
fn clone(&self) -> ThresholdRule
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
impl Copy for ThresholdRule
Auto Trait Implementations§
impl Freeze for ThresholdRule
impl RefUnwindSafe for ThresholdRule
impl Send for ThresholdRule
impl Sync for ThresholdRule
impl Unpin for ThresholdRule
impl UnwindSafe for ThresholdRule
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)