Struct netsblox_vm::process::TraceEntry
source · pub struct TraceEntry {
pub location: String,
pub locals: Vec<VarEntry>,
}Expand description
A trace entry in the structure expected by the standard js extension.
Fields§
§location: String§locals: Vec<VarEntry>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TraceEntry
impl Send for TraceEntry
impl Sync for TraceEntry
impl Unpin for TraceEntry
impl UnwindSafe for TraceEntry
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