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
id: i64
Unique identifier for a stepIn target.
label: String
The name of the stepIn target (shown in the UI).
Trait Implementations
impl Clone for StepInTarget[src]
fn clone(&self) -> StepInTarget[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq for StepInTarget[src]
fn eq(&self, __arg_0: &StepInTarget) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &StepInTarget) -> bool[src]
This method tests for !=.