Home
last modified time | relevance | path

Searched defs:RawVacantEntryMut (Results 1 – 3 of 3) sorted by relevance

/external/rust/android-crates-io/crates/hashbrown/src/
Draw_entry.rs466 pub struct RawVacantEntryMut<'a, K, V, S, A: Allocator = Global> { struct
467 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/
Dlinked_hash_map.rs1252 pub struct RawVacantEntryMut<'a, K, V, S> { struct
1259 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/
Dmap.rs3044 pub struct RawVacantEntryMut<'a, K, V, S, A: Allocator + Clone = Global> { struct
3045 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