Searched defs:LinkedHashSet (Results 1 – 2 of 2) sorted by relevance
/external/rust/android-crates-io/crates/hashlink/src/ |
D | linked_hash_set.rs | 12 pub struct LinkedHashSet<T, S = DefaultHashBuilder> { struct 16 impl<T: Hash + Eq> LinkedHashSet<T, DefaultHashBuilder> { impl 32 impl<T, S> LinkedHashSet<T, S> { implementation 76 impl<T, S> LinkedHashSet<T, S> impl 309 impl<T: Hash + Eq + Clone, S: BuildHasher + Clone> Clone for LinkedHashSet<T, S> { implementation 317 impl<T, S> PartialEq for LinkedHashSet<T, S> implementation 328 impl<T, S> Hash for LinkedHashSet<T, S> implementation 341 impl<T, S> Eq for LinkedHashSet<T, S> implementation 348 impl<T, S> fmt::Debug for LinkedHashSet<T, S> implementation 358 impl<T, S> FromIterator<T> for LinkedHashSet<T, S> implementation [all …]
|
D | serde.rs | 93 impl<T, S> Serialize for LinkedHashSet<T, S> implementation 108 impl<'de, T, S> Deserialize<'de> for LinkedHashSet<T, S> implementation
|