Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/
H A Dslice.rs31 use crate::borrow::ToOwned;
821 impl<T: Clone> ToOwned for [T] { impl
/openbmc/linux/rust/alloc/vec/
H A Dmod.rs72 use crate::borrow::{Cow, ToOwned};
3431 [T]: ToOwned<Owned = Vec<T>>,