Struct ora_timer::timer::TimerHandle
source · pub struct TimerHandle<T> { /* private fields */ }
Expand description
A handle to a timer that can be used to stop the timer on demand or schedule tasks.
Implementations§
Trait Implementations§
source§impl<T> Clone for TimerHandle<T>
impl<T> Clone for TimerHandle<T>
Auto Trait Implementations§
impl<T> !RefUnwindSafe for TimerHandle<T>
impl<T> Send for TimerHandle<T>where T: Send,
impl<T> Sync for TimerHandle<T>where T: Send,
impl<T> Unpin for TimerHandle<T>
impl<T> !UnwindSafe for TimerHandle<T>
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