Struct debugserver_types::GotoTargetsResponseBody [] [src]

pub struct GotoTargetsResponseBody {
    pub targets: Vec<GotoTarget>,
}

Fields

The possible goto targets of the specified location.

Trait Implementations

impl Clone for GotoTargetsResponseBody
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.