Searched defs:BoxBytes (Results 1 – 2 of 2) sorted by relevance
746 pub struct BoxBytes { struct754 impl Deref for BoxBytes { argument765 impl DerefMut for BoxBytes { implementation774 impl Drop for BoxBytes { implementation784 impl<T: ?Sized + sealed::BoxBytesOf> From<Box<T>> for BoxBytes { implementation795 fn box_bytes_of(self: Box<Self>) -> BoxBytes; in box_bytes_of()800 bytes: BoxBytes, in try_from_box_bytes()801 ) -> Result<Box<Self>, (PodCastError, BoxBytes)>; in try_from_box_bytes() argument806 fn box_bytes_of(self: Box<Self>) -> BoxBytes { in box_bytes_of()816 fn box_bytes_of(self: Box<Self>) -> BoxBytes { in box_bytes_of()[all …]
696 pub struct BoxBytes { struct703 impl Deref for BoxBytes { implementation714 impl DerefMut for BoxBytes { implementation723 impl Drop for BoxBytes { implementation730 impl<T: ?Sized + sealed::BoxBytesOf> From<Box<T>> for BoxBytes { implementation741 fn box_bytes_of(self: Box<Self>) -> BoxBytes; in box_bytes_of()746 bytes: BoxBytes, in try_from_box_bytes()747 ) -> Result<Box<Self>, (PodCastError, BoxBytes)>; in try_from_box_bytes() argument752 fn box_bytes_of(self: Box<Self>) -> BoxBytes { in box_bytes_of()762 fn box_bytes_of(self: Box<Self>) -> BoxBytes { in box_bytes_of()[all …]