Struct sentry_rs::StackFrame [] [src]

pub struct StackFrame {
    pub filename: String,
    pub function: String,
    pub lineno: u32,
}

A Stackframe to Send to Sentry.

Fields

The Filename that this StackFrame originated from.

The function this stackframe originated from.

The line number this stackframe originated from.

Trait Implementations

impl Clone for StackFrame
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StackFrame
[src]

Formats the value using the given formatter.