Home
last modified time | relevance | path

Searched refs:clone_into (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/rust/alloc/
Dborrow.rs80 fn clone_into(&self, target: &mut Self::Owned) { in clone_into() method
95 fn clone_into(&self, target: &mut T) { in clone_into() function
210 (&mut Owned(ref mut dest), &Owned(ref o)) => o.borrow().clone_into(dest), in clone_from()
Dslice.rs866 fn clone_into(&self, target: &mut Vec<T>) { in clone_into() method