Enum libprosic::model::Variant
[−]
[src]
pub enum Variant { Deletion(u32), Insertion(u32), SNV(u8), }
Variants
Deletion(u32)
Insertion(u32)
SNV(u8)
Methods
impl Variant
[src]
fn has_fragment_evidence(&self) -> bool
fn is_indel(&self) -> bool
fn is_type(&self, vartype: &VariantType) -> bool
Trait Implementations
impl Clone for Variant
[src]
fn clone(&self) -> Variant
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more