atualizar um valor no hashmap em ferrugem

let mut map = HashMap::new();
map["key"] = "value";
Ahmad Khaefi