Enum ThresholdMethod
pub enum ThresholdMethod {
Soft,
Hard,
Garrote,
Greater,
}Variants§
Trait Implementations§
§impl Clone for ThresholdMethod
impl Clone for ThresholdMethod
§fn clone(&self) -> ThresholdMethod
fn clone(&self) -> ThresholdMethod
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
impl Copy for ThresholdMethod
Auto Trait Implementations§
impl Freeze for ThresholdMethod
impl RefUnwindSafe for ThresholdMethod
impl Send for ThresholdMethod
impl Sync for ThresholdMethod
impl Unpin for ThresholdMethod
impl UnwindSafe for ThresholdMethod
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)