pub struct Heap<T> { /* private fields */ }
Expand description
A memory block on a heap.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Heap<T>
impl<T> RefUnwindSafe for Heap<T>where
T: RefUnwindSafe,
impl<T> !Send for Heap<T>
impl<T> !Sync for Heap<T>
impl<T> Unpin for Heap<T>
impl<T> UnwindSafe for Heap<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