Searched defs:RawVacantEntryMut (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/hashlink/src/ |
D | linked_hash_map.rs | 1140 pub struct RawVacantEntryMut<'a, K, V, S> { struct 1144 entry: hash_map::RawVacantEntryMut<'a, NonNull<Node<K, V>>, (), NullHasher>, argument 1147 impl<'a, K, V, S> RawVacantEntryMut<'a, K, V, S> { impl 1223 impl<K, V, S> fmt::Debug for RawVacantEntryMut<'_, K, V, S> { implementation 1251 unsafe impl<'a, K, V, S> Send for RawVacantEntryMut<'a, K, V, S> implementation 1259 unsafe impl<'a, K, V, S> Sync for RawVacantEntryMut<'a, K, V, S> implementation
|
/external/rust/crates/hashbrown/src/ |
D | map.rs | 1804 pub struct RawVacantEntryMut<'a, K, V, S, A: Allocator + Clone = Global> { struct 1805 table: &'a mut RawTable<(K, V), A>, 1806 hash_builder: &'a S, 2233 impl<'a, K, V, S, A: Allocator + Clone> RawVacantEntryMut<'a, K, V, S, A> { implementation 2325 impl<K, V, S, A: Allocator + Clone> Debug for RawVacantEntryMut<'_, K, V, S, A> { implementation
|