Обновить значение в HashMap в Rust

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