Struct google_cloudtrace2::api::StackFrames [−][src]
pub struct StackFrames {
pub dropped_frames_count: Option<i32>,
pub frame: Option<Vec<StackFrame>>,
}Expand description
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
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.
frame: Option<Vec<StackFrame>>Stack frames in this call stack.
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for StackFrames
impl Send for StackFrames
impl Sync for StackFrames
impl Unpin for StackFrames
impl UnwindSafe for StackFrames
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more