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