pub struct LocalInspector;Expand description
Inspects local variables in a VM frame.
Implementations§
Auto Trait Implementations§
impl Freeze for LocalInspector
impl RefUnwindSafe for LocalInspector
impl Send for LocalInspector
impl Sync for LocalInspector
impl Unpin for LocalInspector
impl UnsafeUnpin for LocalInspector
impl UnwindSafe for LocalInspector
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