Trait SpecExtendFront
pub(in ::collections::vec_deque) trait SpecExtendFront<T, I>
Required Methods
fn spec_extend_front(&mut self, iter: I)
Implementors
impl<'a, T, A1: Allocator, A2: Allocator> SpecExtendFront<T, Drain<'a, T, A2>> for VecDeque<T, A1>impl<'a, T, A1: Allocator, A2: Allocator> SpecExtendFront<T, Rev<Drain<'a, T, A2>>> for VecDeque<T, A1>impl<'a, T, A: Allocator> SpecExtendFront<T, Copied<Iter<'a, T>>> for VecDeque<T, A> where Copied<Iter<'a, T>>: Iterator<Item = T>,impl<'a, T, A: Allocator> SpecExtendFront<T, Rev<Copied<Iter<'a, T>>>> for VecDeque<T, A> where Rev<Copied<Iter<'a, T>>>: Iterator<Item = T>,impl<T, A1: Allocator, A2: Allocator> SpecExtendFront<T, IntoIter<T, A2>> for VecDeque<T, A1>impl<T, A1: Allocator, A2: Allocator> SpecExtendFront<T, Rev<IntoIter<T, A2>>> for VecDeque<T, A1>impl<T, I, A: Allocator> SpecExtendFront<T, I> for VecDeque<T, A> where I: Iterator<Item = T>,