pub type PlayersByName = HashMap<String, RefCell<Player>>;
pub struct PlayersByName { /* private fields */ }