pub struct StackTrace<'a> { /* private fields */ }
Expand description
Contents of a Record with tag RecordTag::StackTrace.
Implementations§
Source§impl<'a> StackTrace<'a>
impl<'a> StackTrace<'a>
pub fn stack_trace_serial(&self) -> Serial
pub fn thread_serial(&self) -> Serial
Trait Implementations§
Source§impl<'a> Clone for StackTrace<'a>
impl<'a> Clone for StackTrace<'a>
Source§fn clone(&self) -> StackTrace<'a>
fn clone(&self) -> StackTrace<'a>
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<'a> Freeze for StackTrace<'a>
impl<'a> RefUnwindSafe for StackTrace<'a>
impl<'a> Send for StackTrace<'a>
impl<'a> Sync for StackTrace<'a>
impl<'a> Unpin for StackTrace<'a>
impl<'a> UnwindSafe for StackTrace<'a>
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