Struct debugserver_types::StoppedEvent [] [src]

pub struct StoppedEvent {
    pub body: StoppedEventBody,
    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 StoppedEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for StoppedEvent
[src]

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

This method tests for !=.

impl Debug for StoppedEvent
[src]

Formats the value using the given formatter.