Struct cdp::dom_debugger::SetDomBreakpointCommand [] [src]

pub struct SetDomBreakpointCommand {
    pub node_id: NodeId,
    pub ty: DomBreakpointType,
}

Sets breakpoint on particular operation with DOM.

Command DOMDebugger.setDOMBreakpoint

Domain Module: cdp::dom_debugger
Command Struct: cdp::dom_debugger::SetDomBreakpointCommand
Response Struct: cdp::dom_debugger::SetDomBreakpointResponse

Fields

Identifier of the node to set breakpoint on.

Type of the operation to stop upon.

Trait Implementations

impl Clone for SetDomBreakpointCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SetDomBreakpointCommand
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SetDomBreakpointCommand
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl CdpCommand for SetDomBreakpointCommand
[src]

COMMAND_NAME: &'static str = "DOMDebugger.setDOMBreakpoint"

impl SerializeCdpCommand for SetDomBreakpointCommand
[src]

[src]

[src]

impl<'de> DeserializeCdpCommand<'de> for SetDomBreakpointCommand
[src]

[src]

impl<'b> HasCdpResponse<'b> for SetDomBreakpointCommand
[src]