Struct debugserver_types::GotoTargetsArguments
[−]
[src]
pub struct GotoTargetsArguments {
pub column: Option<i64>,
pub line: i64,
pub source: Source,
}Arguments for 'gotoTargets' request.
Fields
column: Option<i64>
An optional column location for which the goto targets are determined.
line: i64
The line location for which the goto targets are determined.
source: Source
The source location for which the goto targets are determined.
Trait Implementations
impl Clone for GotoTargetsArguments[src]
fn clone(&self) -> GotoTargetsArguments[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 GotoTargetsArguments[src]
fn eq(&self, __arg_0: &GotoTargetsArguments) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &GotoTargetsArguments) -> bool[src]
This method tests for !=.