Struct debugserver_types::ContinueResponseBody [] [src]

pub struct ContinueResponseBody {
    pub all_threads_continued: Option<bool>,
}

Fields

If true, the continue request has ignored the specified thread and continued all threads instead. If this attribute is missing a value of 'true' is assumed for backward compatibility.

Trait Implementations

impl Clone for ContinueResponseBody
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.

impl Default for ContinueResponseBody
[src]

Returns the "default value" for a type. Read more