Struct fasten_sort::Seq
source · pub(crate) struct Seq {
pub(crate) pe: bool,
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
A sequence struct that is paired-end aware
Fields§
§pe: bool
§id1: String
§seq1: String
§qual1: String
§id2: String
§seq2: String
§qual2: String
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Seq
impl Send for Seq
impl Sync for Seq
impl Unpin for Seq
impl UnwindSafe for Seq
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