pub struct ObjectTable { /* private fields */ }Expand description
A table mapping names to runtime objects.
Used for the global constant table, module exports, etc.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ObjectTable
impl RefUnwindSafe for ObjectTable
impl Send for ObjectTable
impl Sync for ObjectTable
impl Unpin for ObjectTable
impl UnsafeUnpin for ObjectTable
impl UnwindSafe for ObjectTable
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