Home
last modified time | relevance | path

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

/external/rust/crates/hashlink/src/
Dlinked_hash_map.rs1230 pub struct RawVacantEntryMut<'a, K, V, S> { struct
1234 entry: hash_map::RawVacantEntryMut<'a, NonNull<Node<K, V>>, (), NullHasher>, argument
1237 impl<'a, K, V, S> RawVacantEntryMut<'a, K, V, S> { implementation
1313 impl<K, V, S> fmt::Debug for RawVacantEntryMut<'_, K, V, S> { implementation
1341 unsafe impl<'a, K, V, S> Send for RawVacantEntryMut<'a, K, V, S> implementation
1349 unsafe impl<'a, K, V, S> Sync for RawVacantEntryMut<'a, K, V, S> implementation
/external/rust/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