pub struct Heap<T: Default + Reset + Traceable> { /* private fields */ }Expand description
A wrapper around the GC space that provides the public API. This is the main entry point for using the GC.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Heap<T>
impl<T> !RefUnwindSafe for Heap<T>
impl<T> !Send for Heap<T>
impl<T> !Sync for Heap<T>
impl<T> Unpin for Heap<T>
impl<T> !UnwindSafe for Heap<T>
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