Struct debugserver_types::ContinueArguments [] [src]

pub struct ContinueArguments {
    pub thread_id: i64,
}

Arguments for 'continue' request.

Fields

Continue execution for the specified thread (if possible). If the backend cannot continue on a single thread but will continue on all threads, it should set the allThreadsContinued attribute in the response to true.

Trait Implementations

impl Clone for ContinueArguments
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.