pub struct DelayFor { /* private fields */ }Expand description
Layer that delays execution by a specified duration
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DelayFor
impl RefUnwindSafe for DelayFor
impl Send for DelayFor
impl Sync for DelayFor
impl Unpin for DelayFor
impl UnwindSafe for DelayFor
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