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