pub(crate) struct RootedRecord(Rt<GcHeap<LispVecInner>>);
Expand description
Automatically derived from Record via #[derive(Trace)]
Tuple Fields§
§0: Rt<GcHeap<LispVecInner>>
Auto Trait Implementations§
impl !Freeze for RootedRecord
impl !RefUnwindSafe for RootedRecord
impl !Send for RootedRecord
impl !Sync for RootedRecord
impl !Unpin for RootedRecord
impl !UnwindSafe for RootedRecord
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