Searched refs:clone_from (Results 1 – 2 of 2) sorted by relevance
2626 fn clone_from(this: &mut Self, other: &Self); in clone_from() method2631 default fn clone_from(this: &mut Self, other: &Self) { in clone_from() method2647 fn clone_from(this: &mut Self, other: &Self) { in clone_from() method2672 fn clone_from(&mut self, other: &Self) { in clone_from() method2673 SpecCloneFrom::clone_from(self, other) in clone_from()
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
Completed in 11 milliseconds