Struct cdp::debugger::BreakpointResolvedEvent [] [src]

pub struct BreakpointResolvedEvent<'a> {
    pub breakpoint_id: BreakpointId<'a>,
    pub location: Location<'a>,
}

Fired when breakpoint is resolved to an actual script and location.

Event Debugger.breakpointResolved

Domain Module: cdp::debugger
Event Struct: cdp::debugger::BreakpointResolvedEvent

Fields

Breakpoint unique identifier.

Actual breakpoint location.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

EVENT_NAME: &'static str = "Debugger.breakpointResolved"

impl<'a> SerializeCdpEvent for BreakpointResolvedEvent<'a>
[src]

[src]

[src]

impl<'de, 'a> DeserializeCdpEvent<'de> for BreakpointResolvedEvent<'a>
[src]

[src]