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