pub struct JemallocStats { /* private fields */ }
Trait Implementations§
Source§impl<'a> Decoder<'a> for JemallocStats
impl<'a> Decoder<'a> for JemallocStats
Auto Trait Implementations§
impl Freeze for JemallocStats
impl RefUnwindSafe for JemallocStats
impl Send for JemallocStats
impl Sync for JemallocStats
impl Unpin for JemallocStats
impl UnwindSafe for JemallocStats
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