Searched defs:SpecExtend (Results 1 – 1 of 1) sorted by relevance
28630 impl<T> SpecExtend<LinkedList<T>> for LinkedList<T> { impl40001 trait SpecExtend<I: IntoIterator> { trait45814 impl<T: Ord> SpecExtend<BinaryHeap<T>> for BinaryHeap<T> { impl46194 impl<T, A: Allocator> SpecExtend<T, IntoIter<T>> for Vec<T, A> { impl46213 impl<'a, T: 'a, A: Allocator + 'a> SpecExtend<&'a T, slice::Iter<'a, T>> for Vec<T, A> impl