Struct debugserver_types::StepInTargetsArguments [] [src]

pub struct StepInTargetsArguments {
    pub frame_id: i64,
}

Arguments for 'stepInTargets' request.

Fields

The stack frame for which to retrieve the possible stepIn targets.

Trait Implementations

impl Clone for StepInTargetsArguments
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter.