Struct debugserver_types::BreakpointEvent [] [src]

pub struct BreakpointEvent {
    pub body: BreakpointEventBody,
    pub event: String,
    pub seq: i64,
    pub type_: String,
}

Fields

Event-specific information.

Type of event.

Sequence number.

One of 'request', 'response', or 'event'.

Trait Implementations

impl Clone for BreakpointEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for BreakpointEvent
[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 Debug for BreakpointEvent
[src]

[src]

Formats the value using the given formatter.