Struct debugserver_types::ThreadsResponse [] [src]

pub struct ThreadsResponse {
    pub body: ThreadsResponseBody,
    pub command: String,
    pub message: Option<String>,
    pub request_seq: i64,
    pub seq: i64,
    pub success: bool,
    pub type_: String,
}

Fields

Contains request result if success is true and optional error details if success is false.

The command requested.

Contains error message if success == false.

Sequence number of the corresponding request.

Sequence number.

Outcome of the request.

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

Trait Implementations

impl Clone for ThreadsResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter.