pub struct ProfileTimer;
Implementations§
Source§impl ProfileTimer
impl ProfileTimer
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProfileTimer
impl RefUnwindSafe for ProfileTimer
impl Send for ProfileTimer
impl Sync for ProfileTimer
impl Unpin for ProfileTimer
impl UnwindSafe for ProfileTimer
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