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