Searched refs:boxed (Results 1 – 4 of 4) sorted by relevance
18 use alloc::boxed::Box;51 let mut boxed = Self::try_new_uninit_in(Box::allocator(self).clone())?; in try_clone() localVariable53 boxed.as_mut_ptr().write((**self).clone()); in try_clone()54 Ok(boxed.assume_init()) in try_clone()
54 pub use alloc_crate::{borrow, boxed, fmt, format, rc, slice, str, string, vec};
187 fn into_any(self: ::std::boxed::Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> { in into_any()730 fn into_any(self: ::std::boxed::Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> { in into_any()990 fn into_any(self: ::std::boxed::Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> { in into_any()1168 fn into_any(self: ::std::boxed::Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> { in into_any()
35 use alloc::boxed::Box;