Struct debugserver_types::StepInTarget [] [src]

pub struct StepInTarget {
    pub id: i64,
    pub label: String,
}

A StepInTarget can be used in the 'stepIn' request and determines into which single target the stepIn request should step.

Fields

Unique identifier for a stepIn target.

The name of the stepIn target (shown in the UI).

Trait Implementations

impl Clone for StepInTarget
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.