Struct debugserver_types::ExitedEvent [] [src]

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter.