| /external/rust/android-crates-io/crates/hashbrown/src/ | 
| D | raw_entry.rs | 466 pub struct RawVacantEntryMut<'a, K, V, S, A: Allocator = Global> {  struct467     table: &'a mut RawTable<(K, V), A>,
 468     hash_builder: &'a S,
 1303 impl<'a, K, V, S, A: Allocator> RawVacantEntryMut<'a, K, V, S, A> {  implementation
 1473 impl<K, V, S, A: Allocator> Debug for RawVacantEntryMut<'_, K, V, S, A> {  implementation
 
 | 
| /external/rust/android-crates-io/crates/hashlink/src/ | 
| D | linked_hash_map.rs | 1252 pub struct RawVacantEntryMut<'a, K, V, S> {  struct1259 impl<'a, K, V, S> RawVacantEntryMut<'a, K, V, S> {  implementation
 1336 impl<K, V, S> fmt::Debug for RawVacantEntryMut<'_, K, V, S> {  implementation
 1366 unsafe impl<K, V, S> Send for RawVacantEntryMut<'_, K, V, S>  implementation
 1374 unsafe impl<K, V, S> Sync for RawVacantEntryMut<'_, K, V, S>  implementation
 
 | 
| /external/rust/android-crates-io/extra_versions/crates/hashbrown/src/ | 
| D | map.rs | 3044 pub struct RawVacantEntryMut<'a, K, V, S, A: Allocator + Clone = Global> {  struct3045     table: &'a mut RawTable<(K, V), A>,
 3046     hash_builder: &'a S,
 3885 impl<'a, K, V, S, A: Allocator + Clone> RawVacantEntryMut<'a, K, V, S, A> {  implementation
 4055 impl<K, V, S, A: Allocator + Clone> Debug for RawVacantEntryMut<'_, K, V, S, A> {  implementation
 
 |