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
frame: Option<Vec<StackFrame>>
Stack frames in this call stack.
dropped_frames_count: Option<i32>
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]
impl Default for StackFramesfn default() -> StackFrames[src]
fn default() -> StackFramesReturns the "default value" for a type. Read more
impl Clone for StackFrames[src]
impl Clone for StackFramesfn clone(&self) -> StackFrames[src]
fn clone(&self) -> StackFramesReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for StackFrames[src]
impl Debug for StackFramesfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for StackFrames[src]
impl Part for StackFramesAuto Trait Implementations
impl Send for StackFrames
impl Send for StackFramesimpl Sync for StackFrames
impl Sync for StackFrames