Struct debugserver_types::StackTraceResponseBody [] [src]

pub struct StackTraceResponseBody {
    pub stack_frames: Vec<StackFrame>,
    pub total_frames: Option<i64>,
}

Fields

The frames of the stackframe. If the array has length zero, there are no stackframes available. This means that there is no location information available.

The total number of frames available.

Trait Implementations

impl Clone for StackTraceResponseBody
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.