pub struct ResettableDelayHandle { /* private fields */ }Expand description
Handler to delay which can be stopped and started over again Duration.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for ResettableDelayHandle
impl !RefUnwindSafe for ResettableDelayHandle
impl !Send for ResettableDelayHandle
impl !Sync for ResettableDelayHandle
impl Unpin for ResettableDelayHandle
impl !UnwindSafe for ResettableDelayHandle
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