Struct intuicio_data::data_heap::DataHeapBox
source · pub struct DataHeapBox<T> { /* private fields */ }Implementations§
Trait Implementations§
source§impl<T> Drop for DataHeapBox<T>
impl<T> Drop for DataHeapBox<T>
source§impl<T> From<DataHeapBox<T>> for ManagedDataHeapBox<T>
impl<T> From<DataHeapBox<T>> for ManagedDataHeapBox<T>
source§fn from(value: DataHeapBox<T>) -> Self
fn from(value: DataHeapBox<T>) -> Self
Converts to this type from the input type.
source§impl<T> From<ManagedDataHeapBox<T>> for DataHeapBox<T>
impl<T> From<ManagedDataHeapBox<T>> for DataHeapBox<T>
source§fn from(value: ManagedDataHeapBox<T>) -> Self
fn from(value: ManagedDataHeapBox<T>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<T> RefUnwindSafe for DataHeapBox<T>where
T: RefUnwindSafe,
impl<T> !Send for DataHeapBox<T>
impl<T> !Sync for DataHeapBox<T>
impl<T> Unpin for DataHeapBox<T>
impl<T> UnwindSafe for DataHeapBox<T>where
T: RefUnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more