Struct fasten_convert::FastenSeq [−][src]
pub(crate) struct FastenSeq {
pub(crate) id1: String,
pub(crate) seq1: String,
pub(crate) qual1: String,
pub(crate) id2: String,
pub(crate) seq2: String,
pub(crate) qual2: String,
}Expand description
Struct that can handle paired end reads
Fields
id1: Stringseq1: Stringqual1: Stringid2: Stringseq2: Stringqual2: StringImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FastenSeq
impl UnwindSafe for FastenSeq
Blanket Implementations
Mutably borrows from an owned value. Read more
