pub struct InterpreterState { /* private fields */ }Expand description
Runtime state for direct-threaded execution
Implementations§
Trait Implementations§
Source§impl Debug for InterpreterState
impl Debug for InterpreterState
Auto Trait Implementations§
impl Freeze for InterpreterState
impl RefUnwindSafe for InterpreterState
impl !Send for InterpreterState
impl !Sync for InterpreterState
impl Unpin for InterpreterState
impl UnwindSafe for InterpreterState
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