pub struct TimerTaskHandle { /* private fields */ }Expand description
Handle to a running timer task. Dropping this shuts down the task.
Implementations§
Trait Implementations§
Source§impl Drop for TimerTaskHandle
impl Drop for TimerTaskHandle
Auto Trait Implementations§
impl Freeze for TimerTaskHandle
impl RefUnwindSafe for TimerTaskHandle
impl Send for TimerTaskHandle
impl Sync for TimerTaskHandle
impl Unpin for TimerTaskHandle
impl UnsafeUnpin for TimerTaskHandle
impl UnwindSafe for TimerTaskHandle
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