pub struct TimerHandle { /* private fields */ }
Expand description
A handle to a requested timer. Allows the timer to be cleared. The handle is safe to drop, in which case the original timer is no longer abortable
Implementations§
Source§impl TimerHandle
impl TimerHandle
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimerHandle
impl !RefUnwindSafe for TimerHandle
impl Send for TimerHandle
impl Sync for TimerHandle
impl Unpin for TimerHandle
impl !UnwindSafe for TimerHandle
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