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