Avoid unnecessary cloning of Rule in SelectorMap code.
1d1a259
Do this by receiving a borrowed pointer in get_id_name(), etc.. Also, move the received argument in insert() method (instead of cloning it).