pub enum FstMethod {
WeirCockerham,
Hudson,
}Expand description
Method used for Fst estimation.
Variants§
Trait Implementations§
impl Copy for FstMethod
impl Eq for FstMethod
impl StructuralPartialEq for FstMethod
Auto Trait Implementations§
impl Freeze for FstMethod
impl RefUnwindSafe for FstMethod
impl Send for FstMethod
impl Sync for FstMethod
impl Unpin for FstMethod
impl UnsafeUnpin for FstMethod
impl UnwindSafe for FstMethod
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