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