Searched defs:RawEntryBuilderMut (Results  1 – 2 of 2) sorted by relevance
| /external/rust/crates/hashlink/src/ | 
| D | linked_hash_map.rs | 984 pub struct RawEntryBuilderMut<'a, K, V, S> {  struct 988     entry: hash_map::RawEntryBuilderMut<'a, NonNull<Node<K, V>>, (), NullHasher>,  argument 991 impl<'a, K, V, S> RawEntryBuilderMut<'a, K, V, S>  impl 1042 unsafe impl<'a, K, V, S> Send for RawEntryBuilderMut<'a, K, V, S>  implementation 1050 unsafe impl<'a, K, V, S> Sync for RawEntryBuilderMut<'a, K, V, S>  implementation 1286 impl<K, V, S> fmt::Debug for RawEntryBuilderMut<'_, K, V, S> {  implementation
  | 
| /external/rust/crates/hashbrown/src/ | 
| D | map.rs | 2794 pub struct RawEntryBuilderMut<'a, K, V, S, A: Allocator + Clone = Global> {  struct 2803 /// then calling one of the methods of that [`RawEntryBuilderMut`].  argument 3087 impl<'a, K, V, S, A: Allocator + Clone> RawEntryBuilderMut<'a, K, V, S, A> {  impl 3146 impl<'a, K, V, S, A: Allocator + Clone> RawEntryBuilderMut<'a, K, V, S, A> {  implementation 4031 impl<K, V, S, A: Allocator + Clone> Debug for RawEntryBuilderMut<'_, K, V, S, A> {  implementation
  |