pub struct HeapReport {
pub path: &'static str,
pub size: Option<usize>,
}Fields§
§path: &'static str§size: Option<usize>Auto Trait Implementations§
impl Freeze for HeapReport
impl RefUnwindSafe for HeapReport
impl Send for HeapReport
impl Sync for HeapReport
impl Unpin for HeapReport
impl UnsafeUnpin for HeapReport
impl UnwindSafe for HeapReport
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