Struct fasten_convert::FastenSeq
source · 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: String
§seq1: String
§qual1: String
§id2: String
§seq2: String
§qual2: String
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FastenSeq
impl Send for FastenSeq
impl Sync for FastenSeq
impl Unpin for FastenSeq
impl UnwindSafe for FastenSeq
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more