Trait SpecExtend
pub(in ::collections::vec_deque) trait SpecExtend<T, I>
Required Methods
fn spec_extend(&mut self, iter: I)
Implementors
impl<'a, T, A: Allocator> SpecExtend<&'a T, Iter<'a, T>> for VecDeque<T, A> where T: Copy + 'a,impl<'a, T, I, A: Allocator> SpecExtend<&'a T, I> for VecDeque<T, A> where I: Iterator<Item = &'a T>, T: Copy + 'a,impl<T, A1: Allocator, A2: Allocator> SpecExtend<T, IntoIter<T, A2>> for VecDeque<T, A1>impl<T, I, A: Allocator> SpecExtend<T, I> for VecDeque<T, A> where I: Iterator<Item = T>,impl<T, I, A: Allocator> SpecExtend<T, I> for VecDeque<T, A> where I: TrustedLen<Item = T>,