Searched refs:clone_into (Results 1 – 2 of 2) sorted by relevance
80 fn clone_into(&self, target: &mut Self::Owned) { in clone_into() method95 fn clone_into(&self, target: &mut T) { in clone_into() function210 (&mut Owned(ref mut dest), &Owned(ref o)) => o.borrow().clone_into(dest), in clone_from()
866 fn clone_into(&self, target: &mut Vec<T>) { in clone_into() method