pub struct TimerRef { /* private fields */ }Expand description
A handle to a pending timer from send_after.
Implementations§
Auto Trait Implementations§
impl Freeze for TimerRef
impl RefUnwindSafe for TimerRef
impl Send for TimerRef
impl Sync for TimerRef
impl Unpin for TimerRef
impl UnsafeUnpin for TimerRef
impl UnwindSafe for TimerRef
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