Struct barcode_count::info::Results
source · pub struct Results {
pub results_hashmap: ResultsHashmap,
/* private fields */
}Fields§
§results_hashmap: ResultsHashmapImplementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Results
impl Send for Results
impl Sync for Results
impl Unpin for Results
impl UnwindSafe for Results
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