pub struct CountConfig {
pub method: DedupMethod,
pub gene_tag: String,
pub skip_tags_regex: Option<String>,
pub per_cell: bool,
pub wide_format: bool,
pub edit_distance_threshold: u32,
}Fields§
§method: DedupMethod§gene_tag: String§per_cell: bool§wide_format: bool§edit_distance_threshold: u32Auto Trait Implementations§
impl Freeze for CountConfig
impl RefUnwindSafe for CountConfig
impl Send for CountConfig
impl Sync for CountConfig
impl Unpin for CountConfig
impl UnsafeUnpin for CountConfig
impl UnwindSafe for CountConfig
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