Struct debugserver_types::GotoTargetsArguments [] [src]

pub struct GotoTargetsArguments {
    pub column: Option<i64>,
    pub line: i64,
    pub source: Source,
}

Arguments for 'gotoTargets' request.

Fields

An optional column location for which the goto targets are determined.

The line location for which the goto targets are determined.

The source location for which the goto targets are determined.

Trait Implementations

impl Clone for GotoTargetsArguments
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.