#[repr(C)]pub struct DebuggerStatement<'gc> {
pub metadata: NodeMetadata<'gc>,
}Expand description
The DebuggerStatement AST node.
Fields§
§metadata: NodeMetadata<'gc>Source range, debug location, paren count, and node id.
Implementations§
Source§impl<'gc> DebuggerStatement<'gc>
impl<'gc> DebuggerStatement<'gc>
Sourcepub fn new(metadata: NodeMetadata<'gc>) -> Self
pub fn new(metadata: NodeMetadata<'gc>) -> Self
Build DebuggerStatement from its metadata and ESTree.def fields.
Trait Implementations§
Auto Trait Implementations§
impl<'gc> !Freeze for DebuggerStatement<'gc>
impl<'gc> !RefUnwindSafe for DebuggerStatement<'gc>
impl<'gc> !Send for DebuggerStatement<'gc>
impl<'gc> !Sync for DebuggerStatement<'gc>
impl<'gc> !UnwindSafe for DebuggerStatement<'gc>
impl<'gc> Unpin for DebuggerStatement<'gc>
impl<'gc> UnsafeUnpin for DebuggerStatement<'gc>
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