Lines Matching defs:LinkedHashSet
13 pub struct LinkedHashSet<T, S = DefaultHashBuilder> { struct
17 impl<T: Hash + Eq> LinkedHashSet<T, DefaultHashBuilder> { impl
33 impl<T, S> LinkedHashSet<T, S> { implementation
77 impl<T, S> LinkedHashSet<T, S> impl
310 impl<T: Hash + Eq + Clone, S: BuildHasher + Clone> Clone for LinkedHashSet<T, S> { implementation
318 impl<T, S> PartialEq for LinkedHashSet<T, S> implementation
329 impl<T, S> Hash for LinkedHashSet<T, S> implementation
342 impl<T, S> Eq for LinkedHashSet<T, S> implementation
349 impl<T, S> fmt::Debug for LinkedHashSet<T, S> implementation
359 impl<T, S> FromIterator<T> for LinkedHashSet<T, S> implementation
372 impl<T, S> Extend<T> for LinkedHashSet<T, S> implementation
383 impl<'a, T, S> Extend<&'a T> for LinkedHashSet<T, S> implementation
394 impl<T, S> Default for LinkedHashSet<T, S> implementation
406 impl<'a, 'b, T, S> BitOr<&'b LinkedHashSet<T, S>> for &'a LinkedHashSet<T, S> implementation
419 impl<'a, 'b, T, S> BitAnd<&'b LinkedHashSet<T, S>> for &'a LinkedHashSet<T, S> implementation
432 impl<'a, 'b, T, S> BitXor<&'b LinkedHashSet<T, S>> for &'a LinkedHashSet<T, S> implementation
445 impl<'a, 'b, T, S> Sub<&'b LinkedHashSet<T, S>> for &'a LinkedHashSet<T, S> implementation
488 impl<'a, T, S> IntoIterator for &'a LinkedHashSet<T, S> { implementation
498 impl<T, S> IntoIterator for LinkedHashSet<T, S> { implementation