Struct debugserver_types::InitializedEvent [] [src]

pub struct InitializedEvent {
    pub body: Option<Value>,
    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 InitializedEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter.