Searched refs:clone_from (Results 1 – 2 of 2) sorted by relevance
1302 fn clone_from(&mut self, source: &Self) { in clone_from() method1303 (**self).clone_from(&(**source)); in clone_from()2029 fn clone_from(&mut self, other: &Self) { in clone_from() method
2901 fn clone_from(&mut self, other: &Self) { in clone_from() method