Lines Matching defs:LinkedHashSet
13 pub struct LinkedHashSet<T, S = DefaultHashBuilder> { struct
17 impl<T: Hash + Eq> LinkedHashSet<T, DefaultHashBuilder> { argument
33 impl<T, S> LinkedHashSet<T, S> { impl
77 impl<T, S> LinkedHashSet<T, S> implementation
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
312 impl<T, S> Hash for LinkedHashSet<T, S> implementation
325 impl<T, S> Eq for LinkedHashSet<T, S> implementation
332 impl<T, S> fmt::Debug for LinkedHashSet<T, S> implementation
342 impl<T, S> FromIterator<T> for LinkedHashSet<T, S> implementation
355 impl<T, S> Extend<T> for LinkedHashSet<T, S> implementation
366 impl<'a, T, S> Extend<&'a T> for LinkedHashSet<T, S> implementation
377 impl<T, S> Default for LinkedHashSet<T, S> implementation
389 impl<'a, 'b, T, S> BitOr<&'b LinkedHashSet<T, S>> for &'a LinkedHashSet<T, S> implementation
402 impl<'a, 'b, T, S> BitAnd<&'b LinkedHashSet<T, S>> for &'a LinkedHashSet<T, S> implementation
415 impl<'a, 'b, T, S> BitXor<&'b LinkedHashSet<T, S>> for &'a LinkedHashSet<T, S> implementation
428 impl<'a, 'b, T, S> Sub<&'b LinkedHashSet<T, S>> for &'a LinkedHashSet<T, S> implementation
471 impl<'a, T, S> IntoIterator for &'a LinkedHashSet<T, S> { implementation
481 impl<T, S> IntoIterator for LinkedHashSet<T, S> { implementation