pub struct TrackingStats {
pub small_threshold: NumBytes,
pub live: CountAndSize,
pub top_callstacks: Vec<CallstackStats>,
}
Fields§
§small_threshold: NumBytes
§live: CountAndSize
§top_callstacks: Vec<CallstackStats>
Auto Trait Implementations§
impl Freeze for TrackingStats
impl RefUnwindSafe for TrackingStats
impl Send for TrackingStats
impl Sync for TrackingStats
impl Unpin for TrackingStats
impl UnwindSafe for TrackingStats
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