I am trying to construct a bunch of linked-list data-structure in Rust, but different than other examples I\'ve seen, I\'d like the actual nodes to be owned by a HashM
HashM