Lines Matching defs:HashSet
115 pub struct HashSet<T, S = DefaultHashBuilder, A: Allocator + Clone = Global> { struct
119 impl<T: Clone, S: Clone, A: Allocator + Clone> Clone for HashSet<T, S, A> { argument
132 impl<T> HashSet<T, DefaultHashBuilder> { impl
172 impl<T: Hash + Eq, A: Allocator + Clone> HashSet<T, DefaultHashBuilder, A> { impl
211 impl<T, S, A: Allocator + Clone> HashSet<T, S, A> { implementation
385 impl<T, S> HashSet<T, S, Global> { implementation
453 impl<T, S, A> HashSet<T, S, A> implementation
532 impl<T, S, A> HashSet<T, S, A> impl
1076 impl<T, S, A> PartialEq for HashSet<T, S, A> implementation
1091 impl<T, S, A> Eq for HashSet<T, S, A> implementation
1099 impl<T, S, A> fmt::Debug for HashSet<T, S, A> implementation
1110 impl<T, S, A> From<HashMap<T, (), S, A>> for HashSet<T, S, A> implementation
1119 impl<T, S, A> FromIterator<T> for HashSet<T, S, A> implementation
1133 impl<T, S, A> Extend<T> for HashSet<T, S, A> implementation
1157 impl<'a, T, S, A> Extend<&'a T> for HashSet<T, S, A> implementation
1181 impl<T, S, A> Default for HashSet<T, S, A> implementation
1195 impl<T, S, A> BitOr<&HashSet<T, S, A>> for &HashSet<T, S, A> implementation
1228 impl<T, S, A> BitAnd<&HashSet<T, S, A>> for &HashSet<T, S, A> implementation
1261 impl<T, S> BitXor<&HashSet<T, S>> for &HashSet<T, S> implementation
1293 impl<T, S> Sub<&HashSet<T, S>> for &HashSet<T, S> implementation
1423 impl<'a, T, S, A: Allocator + Clone> IntoIterator for &'a HashSet<T, S, A> { implementation
1433 impl<T, S, A: Allocator + Clone> IntoIterator for HashSet<T, S, A> { implementation