Searched refs:clone_into (Results 1 – 2 of 2) sorted by relevance
792 fn clone_into(&self, target: &mut Vec<T, A>); in clone_into() method797 default fn clone_into(&self, target: &mut Vec<T, A>) { in clone_into() method813 fn clone_into(&self, target: &mut Vec<T, A>) { in clone_into() method833 fn clone_into(&self, target: &mut Vec<T>) { in clone_into() method834 SpecCloneIntoVec::clone_into(self, target); in clone_into()
2887 crate::slice::SpecCloneIntoVec::clone_into(other.as_slice(), self); in clone_from()