pub struct HeapRef { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HeapRef
impl !RefUnwindSafe for HeapRef
impl !Send for HeapRef
impl !Sync for HeapRef
impl Unpin for HeapRef
impl UnsafeUnpin for HeapRef
impl !UnwindSafe for HeapRef
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