Lines Matching full:converts
587 /// Converts a `Box<T>` into a `Box<[T]>`
798 /// Converts to `Box<T, A>`.
833 /// Writes the value and converts to `Box<T, A>`.
835 /// This method converts the box similarly to [`Box::assume_init`] but
871 /// Converts to `Box<[T], A>`.
1185 /// Converts a `Box<T>` into a `Pin<Box<T>>`. If `T` does not implement [`Unpin`], then
1445 /// Converts a `T` into a `Box<T>`
1468 /// Converts a `Box<T>` into a `Pin<Box<T>>`. If `T` does not implement [`Unpin`], then
1514 /// Converts a `&[T]` into a `Box<[T]>`
1536 /// Converts a `Cow<'_, [T]>` into a `Box<[T]>`
1554 /// Converts a `&str` into a `Box<str>`
1574 /// Converts a `Cow<'_, str>` into a `Box<str>`
1608 /// Converts a `Box<str>` into a `Box<[u8]>`
1634 /// Converts a `[T; N]` into a `Box<[T]>`
2212 /// Converts a type of [`Error`] into a box of dyn [`Error`].
2245 /// Converts a type of [`Error`] + [`Send`] + [`Sync`] into a box of
2284 /// Converts a [`String`] into a box of dyn [`Error`] + [`Send`] + [`Sync`].
2328 /// Converts a [`String`] into a box of dyn [`Error`].
2350 /// Converts a [`str`] into a box of dyn [`Error`] + [`Send`] + [`Sync`].
2374 /// Converts a [`str`] into a box of dyn [`Error`].
2396 /// Converts a [`Cow`] into a box of dyn [`Error`] + [`Send`] + [`Sync`].
2418 /// Converts a [`Cow`] into a box of dyn [`Error`].