Struct debugserver_types::ContinueResponseBody
[−]
[src]
pub struct ContinueResponseBody {
pub all_threads_continued: Option<bool>,
}Fields
all_threads_continued: Option<bool>
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]
fn clone(&self) -> ContinueResponseBody[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq for ContinueResponseBody[src]
fn eq(&self, __arg_0: &ContinueResponseBody) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ContinueResponseBody) -> bool[src]
This method tests for !=.
impl Debug for ContinueResponseBody[src]
impl Default for ContinueResponseBody[src]
fn default() -> ContinueResponseBody[src]
Returns the "default value" for a type. Read more