Struct barcode_count::parse::SequenceParser
source · pub struct SequenceParser { /* private fields */ }Implementations§
source§impl SequenceParser
impl SequenceParser
pub fn new( shared_mut_clone: SharedMutData, sequence_errors_clone: SequenceErrors, sequence_format_clone: SequenceFormat, max_errors_clone: MaxSeqErrors, sample_seqs: AHashSet<String>, counted_barcode_seqs: Vec<AHashSet<String>>, min_quality_score: f32 ) -> Self
pub fn parse(&mut self) -> Result<()>
Auto Trait Implementations§
impl RefUnwindSafe for SequenceParser
impl Send for SequenceParser
impl Sync for SequenceParser
impl Unpin for SequenceParser
impl UnwindSafe for SequenceParser
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