Enum libprosic::model::Variant [] [src]

pub enum Variant {
    Deletion(u32),
    Insertion(Vec<u8>),
    SNV(u8),
}

Variants

Methods

impl Variant
[src]

Trait Implementations

impl Clone for Variant
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Variant
[src]

Formats the value using the given formatter.