pub struct CpuTimeTracker {}Expand description
CPU time tracking
Trait Implementations§
Source§impl Default for CpuTimeTracker
impl Default for CpuTimeTracker
Source§fn default() -> CpuTimeTracker
fn default() -> CpuTimeTracker
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CpuTimeTracker
impl RefUnwindSafe for CpuTimeTracker
impl Send for CpuTimeTracker
impl Sync for CpuTimeTracker
impl Unpin for CpuTimeTracker
impl UnwindSafe for CpuTimeTracker
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