Home
last modified time | relevance | path

Searched defs: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
Dslice.rs866 fn clone_into(&self, target: &mut Vec<T>) { in clone_into() method