pub enum MaskSource {
Dust,
Seg,
TandemRepeat,
}Expand description
Source algorithm that identified a masked region.
Variants§
Trait Implementations§
Source§impl Clone for MaskSource
impl Clone for MaskSource
Source§fn clone(&self) -> MaskSource
fn clone(&self) -> MaskSource
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 MaskSource
impl Debug for MaskSource
Source§impl PartialEq for MaskSource
impl PartialEq for MaskSource
impl Copy for MaskSource
impl Eq for MaskSource
impl StructuralPartialEq for MaskSource
Auto Trait Implementations§
impl Freeze for MaskSource
impl RefUnwindSafe for MaskSource
impl Send for MaskSource
impl Sync for MaskSource
impl Unpin for MaskSource
impl UnsafeUnpin for MaskSource
impl UnwindSafe for MaskSource
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