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]

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>

impl Decodable for Evidence
[src]

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<Evidence, __D::Error>

impl Debug for Evidence
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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