pub struct TimerStats { /* private fields */ }
Trait Implementations§
Source§impl Default for TimerStats
impl Default for TimerStats
Source§fn default() -> TimerStats
fn default() -> TimerStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TimerStats
impl RefUnwindSafe for TimerStats
impl Send for TimerStats
impl Sync for TimerStats
impl Unpin for TimerStats
impl UnwindSafe for TimerStats
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