pub struct StackFrame { /* private fields */ }
Expand description
Contents of a Record with tag RecordTag::StackFrame.
Implementations§
Source§impl StackFrame
impl StackFrame
pub fn id(&self) -> Id
pub fn method_name_id(&self) -> Id
pub fn method_signature_id(&self) -> Id
pub fn source_file_name_id(&self) -> Id
pub fn class_serial(&self) -> Serial
pub fn line_num(&self) -> LineNum
Trait Implementations§
Source§impl Clone for StackFrame
impl Clone for StackFrame
Source§fn clone(&self) -> StackFrame
fn clone(&self) -> StackFrame
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for StackFrame
impl RefUnwindSafe for StackFrame
impl Send for StackFrame
impl Sync for StackFrame
impl Unpin for StackFrame
impl UnwindSafe for StackFrame
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more