Searched refs:SpecCloneIntoVec (Results 1 – 2 of 2) sorted by relevance
791 pub(crate) trait SpecCloneIntoVec<T, A: Allocator> { interface796 impl<T: Clone, A: Allocator> SpecCloneIntoVec<T, A> for [T] { impl812 impl<T: Copy, A: Allocator> SpecCloneIntoVec<T, A> for [T] { impl834 SpecCloneIntoVec::clone_into(self, target); in clone_into()
2887 crate::slice::SpecCloneIntoVec::clone_into(other.as_slice(), self); in clone_from()