Struct google_cloudtrace2::StackFrames[][src]

pub struct StackFrames {
    pub frame: Option<Vec<StackFrame>>,
    pub dropped_frames_count: Option<i32>,
}

A collection of stack frames, which can be truncated.

This type is not used in any activity, and only used as part of another schema.

Fields

Stack frames in this call stack.

The number of stack frames that were dropped because there were too many stack frames. If this value is 0, then no stack frames were dropped.

Trait Implementations

impl Default for StackFrames
[src]

Returns the "default value" for a type. Read more

impl Clone for StackFrames
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StackFrames
[src]

Formats the value using the given formatter. Read more

impl Part for StackFrames
[src]

Auto Trait Implementations

impl Send for StackFrames

impl Sync for StackFrames