There are methods get, get_mut, entry which can all be used to check existence of a key.
However they all use V::deserial_with_state as part, which is not necessary if we only need to check existence of a key.
This method should be added (like contains for StateSet).