Searched refs:clone_from (Results 1 – 3 of 3) sorted by relevance
96 target.clone_from(self); in clone_into()208 fn clone_from(&mut self, source: &Self) { in clone_from() method
1266 fn clone_from(&mut self, source: &Self) { in clone_from() method1267 (**self).clone_from(&(**source)); in clone_from()1916 fn clone_from(&mut self, other: &Self) { in clone_from() method
2535 fn clone_from(this: &mut Self, other: &Self); in clone_from() method2540 default fn clone_from(this: &mut Self, other: &Self) { in clone_from() method2556 fn clone_from(this: &mut Self, other: &Self) { in clone_from() method2581 fn clone_from(&mut self, other: &Self) { in clone_from() method2582 SpecCloneFrom::clone_from(self, other) in clone_from()