pub struct StackTrace {
pub locations: Vec<LocationId>,
}Fields§
§locations: Vec<LocationId>The ids recorded here correspond to a Profile.location.id. The leaf is at location_id[0].
Trait Implementations§
Source§impl Hash for StackTrace
impl Hash for StackTrace
Source§impl Item for StackTrace
impl Item for StackTrace
Source§type Id = StackTraceId
type Id = StackTraceId
The Id associated with this Item, e.g. Function -> FunctionId.
Source§impl PartialEq for StackTrace
impl PartialEq for StackTrace
impl Eq for StackTrace
impl StructuralPartialEq for StackTrace
Auto Trait Implementations§
impl Freeze for StackTrace
impl RefUnwindSafe for StackTrace
impl Send for StackTrace
impl Sync for StackTrace
impl Unpin for StackTrace
impl UnwindSafe for StackTrace
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.