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