Skip to main content

DebuggerClearBreakpointEventMethods

pub trait DebuggerClearBreakpointEventMethods<D: DomTypes> {
    // Required methods
    fn SpidermonkeyId(&self) -> u32;
    fn ScriptId(&self) -> u32;
    fn Offset(&self) -> u32;
    fn IsTrusted(&self) -> bool;
}

Required Methods§

Source

fn SpidermonkeyId(&self) -> u32

Source

fn ScriptId(&self) -> u32

Source

fn Offset(&self) -> u32

Source

fn IsTrusted(&self) -> bool

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§