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