Struct cdp::debugger::RemoveBreakpointCommand [] [src]

pub struct RemoveBreakpointCommand<'a> {
    pub breakpoint_id: BreakpointId<'a>,
}

Removes JavaScript breakpoint.

Command Debugger.removeBreakpoint

Domain Module: cdp::debugger
Command Struct: cdp::debugger::RemoveBreakpointCommand
Response Struct: cdp::debugger::RemoveBreakpointResponse

Fields

Trait Implementations

impl<'a> Clone for RemoveBreakpointCommand<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for RemoveBreakpointCommand<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for RemoveBreakpointCommand<'a>
[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<'a> CdpCommand for RemoveBreakpointCommand<'a>
[src]

COMMAND_NAME: &'static str = "Debugger.removeBreakpoint"

impl<'a> SerializeCdpCommand for RemoveBreakpointCommand<'a>
[src]

[src]

[src]

impl<'de, 'a> DeserializeCdpCommand<'de> for RemoveBreakpointCommand<'a>
[src]

[src]

impl<'b, 'a> HasCdpResponse<'b> for RemoveBreakpointCommand<'a>
[src]