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: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FastenSeq
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)