struct HashTableCore<'ob>(HashTableType<'ob>);
Tuple Fields§
§0: HashTableType<'ob>
Implementations§
Source§impl<'a> HashTableCore<'a>
impl<'a> HashTableCore<'a>
unsafe fn new( table: IndexMap<Gc<ObjectType<'_>>, Gc<ObjectType<'_>>>, constant: bool, ) -> Self
fn with<F, T>(&self, f: F) -> T
Trait Implementations§
Source§impl PartialEq for HashTableCore<'_>
impl PartialEq for HashTableCore<'_>
Auto Trait Implementations§
impl<'ob> !Freeze for HashTableCore<'ob>
impl<'ob> !RefUnwindSafe for HashTableCore<'ob>
impl<'ob> Send for HashTableCore<'ob>
impl<'ob> !Sync for HashTableCore<'ob>
impl<'ob> Unpin for HashTableCore<'ob>
impl<'ob> !UnwindSafe for HashTableCore<'ob>
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