pub struct Usages(/* private fields */);Expand description
Statistics of memory usages.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Usages
impl RefUnwindSafe for Usages
impl Send for Usages
impl Sync for Usages
impl Unpin for Usages
impl UnsafeUnpin for Usages
impl UnwindSafe for Usages
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