pub fn swap_hash_map_entries<K0, K1, V>( entry0: Entry<'_, K0, V>, entry1: Entry<'_, K1, V>, )
Swaps the content of two hash map entries.