Struct debugserver_types::ThreadEventBody [] [src]

pub struct ThreadEventBody {
    pub reason: String,
    pub thread_id: i64,
}

Fields

The reason for the event (such as: 'started', 'exited').

The identifier of the thread.

Trait Implementations

impl Clone for ThreadEventBody
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.