Struct debugserver_types::GotoTargetsRequest [] [src]

pub struct GotoTargetsRequest {
    pub arguments: GotoTargetsArguments,
    pub command: String,
    pub seq: i64,
    pub type_: String,
}

Fields

Object containing arguments for the command.

The command to execute.

Sequence number.

One of 'request', 'response', or 'event'.

Trait Implementations

impl Clone for GotoTargetsRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter.