Home
last modified time | relevance | path

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

/Linux-v6.1/rust/alloc/
Dborrow.rs326 pub fn into_owned(self) -> <B as ToOwned>::Owned { in into_owned() method
/Linux-v6.1/rust/alloc/vec/
Dmod.rs3037 s.into_owned() in from()