Lines Matching full:converts
579 /// Converts a `Box<T>` into a `Box<[T]>`
786 /// Converts to `Box<T, A>`.
821 /// Writes the value and converts to `Box<T, A>`.
823 /// This method converts the box similarly to [`Box::assume_init`] but
859 /// Converts to `Box<[T], A>`.
1173 /// Converts a `Box<T>` into a `Pin<Box<T>>`. If `T` does not implement [`Unpin`], then
1423 /// Converts a `T` into a `Box<T>`
1446 /// Converts a `Box<T>` into a `Pin<Box<T>>`. If `T` does not implement [`Unpin`], then
1492 /// Converts a `&[T]` into a `Box<[T]>`
1514 /// Converts a `Cow<'_, [T]>` into a `Box<[T]>`
1532 /// Converts a `&str` into a `Box<str>`
1552 /// Converts a `Cow<'_, str>` into a `Box<str>`
1586 /// Converts a `Box<str>` into a `Box<[u8]>`
1612 /// Converts a `[T; N]` into a `Box<[T]>`
2190 /// Converts a type of [`Error`] into a box of dyn [`Error`].
2223 /// Converts a type of [`Error`] + [`Send`] + [`Sync`] into a box of
2262 /// Converts a [`String`] into a box of dyn [`Error`] + [`Send`] + [`Sync`].
2306 /// Converts a [`String`] into a box of dyn [`Error`].
2328 /// Converts a [`str`] into a box of dyn [`Error`] + [`Send`] + [`Sync`].
2352 /// Converts a [`str`] into a box of dyn [`Error`].
2374 /// Converts a [`Cow`] into a box of dyn [`Error`] + [`Send`] + [`Sync`].
2396 /// Converts a [`Cow`] into a box of dyn [`Error`].