Struct cdp::dom_debugger::SetXhrBreakpointCommand [] [src]

pub struct SetXhrBreakpointCommand<'a> {
    pub url: Cow<'a, str>,
}

Sets breakpoint on XMLHttpRequest.

Command DOMDebugger.setXHRBreakpoint

Domain Module: cdp::dom_debugger
Command Struct: cdp::dom_debugger::SetXhrBreakpointCommand
Response Struct: cdp::dom_debugger::SetXhrBreakpointResponse

Fields

Resource URL substring. All XHRs having this substring in the URL will get stopped upon.

Trait Implementations

impl<'a> Clone for SetXhrBreakpointCommand<'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 SetXhrBreakpointCommand<'a>
[src]

[src]

Formats the value using the given formatter.

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

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

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

[src]

[src]

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

[src]

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