Searched defs:LinkedHashSet (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/hashlink/src/ |
D | linked_hash_set.rs | 13 pub struct LinkedHashSet<T, S = DefaultHashBuilder> { struct 17 impl<T: Hash + Eq> LinkedHashSet<T, DefaultHashBuilder> { impl 33 impl<T, S> LinkedHashSet<T, S> { impl 77 impl<T, S> LinkedHashSet<T, S> impl 293 impl<T: Hash + Eq + Clone, S: BuildHasher + Clone> Clone for LinkedHashSet<T, S> { implementation 301 impl<T, S> PartialEq for LinkedHashSet<T, S> implementation 316 impl<T, S> Hash for LinkedHashSet<T, S> implementation 329 impl<T, S> Eq for LinkedHashSet<T, S> implementation 336 impl<T, S> fmt::Debug for LinkedHashSet<T, S> implementation 346 impl<T, S> FromIterator<T> for LinkedHashSet<T, S> implementation [all …]
|
D | serde.rs | 88 impl<T, S> Serialize for LinkedHashSet<T, S> implementation 144 impl<'de, T> Deserialize<'de> for LinkedHashSet<T> implementation
|