pub enum KneeMethod {
Distance,
Density,
}Expand description
Method for detecting the knee point in the barcode frequency distribution.
Variants§
Trait Implementations§
Source§impl Clone for KneeMethod
impl Clone for KneeMethod
Source§fn clone(&self) -> KneeMethod
fn clone(&self) -> KneeMethod
Returns a duplicate 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 moreSource§impl Debug for KneeMethod
impl Debug for KneeMethod
Source§impl Default for KneeMethod
impl Default for KneeMethod
Source§fn default() -> KneeMethod
fn default() -> KneeMethod
Returns the “default value” for a type. Read more
impl Copy for KneeMethod
Auto Trait Implementations§
impl Freeze for KneeMethod
impl RefUnwindSafe for KneeMethod
impl Send for KneeMethod
impl Sync for KneeMethod
impl Unpin for KneeMethod
impl UnsafeUnpin for KneeMethod
impl UnwindSafe for KneeMethod
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more