Struct debugserver_types::ScopesResponseBody [] [src]

pub struct ScopesResponseBody {
    pub scopes: Vec<Scope>,
}

Fields

The scopes of the stackframe. If the array has length zero, there are no scopes available.

Trait Implementations

impl Clone for ScopesResponseBody
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.