Struct debugserver_types::StackTraceArguments [] [src]

pub struct StackTraceArguments {
    pub levels: Option<i64>,
    pub start_frame: Option<i64>,
    pub thread_id: i64,
}

Arguments for 'stackTrace' request.

Fields

The maximum number of frames to return. If levels is not specified or 0, all frames are returned.

The index of the first frame to return; if omitted frames start at 0.

Retrieve the stacktrace for this thread.

Trait Implementations

impl Clone for StackTraceArguments
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter.