Struct barcode_count::info::Results[][src]

pub struct Results {
    pub random_hashmap: HashMap<String, HashMap<String, HashSet<String>>>,
    pub count_hashmap: HashMap<String, HashMap<String, u32>>,
    pub format_type: FormatType,
    // some fields omitted
}

Fields

random_hashmap: HashMap<String, HashMap<String, HashSet<String>>>count_hashmap: HashMap<String, HashMap<String, u32>>format_type: FormatType

Implementations

Create a new Results struct

Adds the random barcode connected to the barcode_ID that is counted and the sample. When writing these unique barcodes are counted to get a count

Adds to the count for the barcode_id connected to the sample. This is used when a random barcode is not included in the scheme

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.