Enum libprosic::model::sample::Evidence
[−]
[src]
pub enum Evidence { InsertSize(u32), Alignment, }
Variants
InsertSize(u32)
Insert size of fragment
Alignment
Alignment of a single read
Trait Implementations
impl Encodable for Evidence
[src]
impl Decodable for Evidence
[src]
impl Debug for Evidence
[src]
impl Clone for Evidence
[src]
fn clone(&self) -> Evidence
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