Searched defs:RawEntryBuilder (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/hashlink/src/ |
D | linked_hash_map.rs | 832 pub struct RawEntryBuilder<'a, K, V, S> { struct 834 entry: hash_map::RawEntryBuilder<'a, NonNull<Node<K, V>>, (), NullHasher>, argument 837 impl<'a, K, V, S> RawEntryBuilder<'a, K, V, S> implementation 878 unsafe impl<'a, K, V, S> Send for RawEntryBuilder<'a, K, V, S> implementation 886 unsafe impl<'a, K, V, S> Sync for RawEntryBuilder<'a, K, V, S> implementation 1230 impl<K, V, S> fmt::Debug for RawEntryBuilder<'_, K, V, S> { implementation
|
/external/rust/crates/hashbrown/src/ |
D | map.rs | 1814 pub struct RawEntryBuilder<'a, K, V, S, A: Allocator + Clone = Global> { struct 1818 impl<'a, K, V, S, A: Allocator + Clone> RawEntryBuilderMut<'a, K, V, S, A> { argument 1874 impl<'a, K, V, S, A: Allocator + Clone> RawEntryBuilder<'a, K, V, S, A> { impl 2331 impl<K, V, S, A: Allocator + Clone> Debug for RawEntryBuilder<'_, K, V, S, A> { implementation
|