Searched defs:RawEntryBuilder (Results  1 – 2 of 2) sorted by relevance
| /external/rust/crates/hashlink/src/ | 
| D | linked_hash_map.rs | 922 pub struct RawEntryBuilder<'a, K, V, S> {  struct 924     entry: hash_map::RawEntryBuilder<'a, NonNull<Node<K, V>>, (), NullHasher>,  argument 927 impl<'a, K, V, S> RawEntryBuilder<'a, K, V, S>  implementation 968 unsafe impl<'a, K, V, S> Send for RawEntryBuilder<'a, K, V, S>  implementation 976 unsafe impl<'a, K, V, S> Sync for RawEntryBuilder<'a, K, V, S>  implementation 1320 impl<K, V, S> fmt::Debug for RawEntryBuilder<'_, K, V, S> {  implementation
  | 
| /external/rust/crates/hashbrown/src/ | 
| D | map.rs | 3083 pub struct RawEntryBuilder<'a, K, V, S, A: Allocator + Clone = Global> {  struct 3087 impl<'a, K, V, S, A: Allocator + Clone> RawEntryBuilderMut<'a, K, V, S, A> {  argument 3197 impl<'a, K, V, S, A: Allocator + Clone> RawEntryBuilder<'a, K, V, S, A> {  implementation 4061 impl<K, V, S, A: Allocator + Clone> Debug for RawEntryBuilder<'_, K, V, S, A> {  implementation
  |