Struct debugserver_types::GotoArguments [] [src]

pub struct GotoArguments {
    pub target_id: i64,
    pub thread_id: i64,
}

Arguments for 'goto' request.

Fields

The location where the debuggee will continue to run.

Set the goto target for this thread.

Trait Implementations

impl Clone for GotoArguments
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter.