pub struct BacktraceReport(pub Vec<(HashedBacktrace, BacktraceMetric)>);Expand description
A report of all (post-filter) backtraces and their associated allocations metrics.
Tuple Fields§
§0: Vec<(HashedBacktrace, BacktraceMetric)>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BacktraceReport
impl RefUnwindSafe for BacktraceReport
impl Send for BacktraceReport
impl Sync for BacktraceReport
impl Unpin for BacktraceReport
impl UnwindSafe for BacktraceReport
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