Enum DegeneracyReason
#[non_exhaustive]pub enum DegeneracyReason {
FlatSmile,
BoundaryPinnedScale,
RmseExceedsThreshold(f64),
}Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Trait Implementations§
§impl Clone for DegeneracyReason
impl Clone for DegeneracyReason
§fn clone(&self) -> DegeneracyReason
fn clone(&self) -> DegeneracyReason
1.0.0 (const: )§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl PartialEq for DegeneracyReason
impl PartialEq for DegeneracyReason
impl Copy for DegeneracyReason
impl StructuralPartialEq for DegeneracyReason
Auto Trait Implementations§
impl Freeze for DegeneracyReason
impl RefUnwindSafe for DegeneracyReason
impl Send for DegeneracyReason
impl Sync for DegeneracyReason
impl Unpin for DegeneracyReason
impl UnsafeUnpin for DegeneracyReason
impl UnwindSafe for DegeneracyReason
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)