Struct debugserver_types::ScopesArguments [] [src]

pub struct ScopesArguments {
    pub frame_id: i64,
}

Arguments for 'scopes' request.

Fields

Retrieve the scopes for this stackframe.

Trait Implementations

impl Clone for ScopesArguments
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.