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