Searched defs:From (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/rust/kernel/sync/ |
H A D | arc.rs | 310 impl<T: ?Sized> From<UniqueArc<T>> for Arc<T> { impl 316 impl<T: ?Sized> From<Pin<UniqueArc<T>>> for Arc<T> { impl 418 impl<T: ?Sized> From<ArcBorrow<'_, T>> for Arc<T> { impl 590 impl<T: ?Sized> From<UniqueArc<T>> for Pin<UniqueArc<T>> { impl
|
/openbmc/linux/rust/alloc/ |
H A D | boxed.rs | 1464 impl<T: ?Sized, A: Allocator> From<Box<T, A>> for Pin<Box<T, A>> impl 1535 impl<T: Clone> From<Cow<'_, [T]>> for Box<[T]> { impl 1573 impl From<Cow<'_, str>> for Box<str> { impl 1607 impl<A: Allocator> From<Box<str, A>> for Box<[u8], A> { impl 2395 impl<'a, 'b> From<Cow<'b, str>> for Box<dyn Error + Send + Sync + 'a> { impl 2417 impl<'a> From<Cow<'a, str>> for Box<dyn Error> { impl
|
/openbmc/linux/rust/alloc/vec/ |
H A D | mod.rs | 3429 impl<'a, T> From<Cow<'a, [T]>> for Vec<T> impl 3455 impl<T, A: Allocator> From<Box<[T], A>> for Vec<T, A> { impl 3474 impl<T, A: Allocator> From<Vec<T, A>> for Box<[T], A> { impl
|