pub struct StackPool(/* private fields */);Expand description
A map from interned stack-frame IDs to their resolved address vectors.
Populated automatically by the Decoder as it processes StackPool frames.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StackPool
impl RefUnwindSafe for StackPool
impl Send for StackPool
impl Sync for StackPool
impl Unpin for StackPool
impl UnsafeUnpin for StackPool
impl UnwindSafe for StackPool
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