Struct debugserver_types::StepInArguments [] [src]

pub struct StepInArguments {
    pub target_id: Option<i64>,
    pub thread_id: i64,
}

Arguments for 'stepIn' request.

Fields

Optional id of the target to step into.

Continue execution for this thread.

Trait Implementations

impl Clone for StepInArguments
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.