Struct sentry_rs::StackFrame
[−]
[src]
pub struct StackFrame { pub filename: String, pub function: String, pub lineno: u32, }
A Stackframe to Send to Sentry.
Fields
filename: String
The Filename that this StackFrame originated from.
function: String
The function this stackframe originated from.
lineno: u32
The line number this stackframe originated from.
Trait Implementations
impl Clone for StackFrame
[src]
fn clone(&self) -> StackFrame
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more