Searched refs:into_owned (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/rust/alloc/ | ||
D | borrow.rs | 326 pub fn into_owned(self) -> <B as ToOwned>::Owned { in into_owned() method |
/linux-6.1.9/rust/alloc/vec/ | ||
D | mod.rs | 3037 s.into_owned() in from() |