pub struct DelayWith<F, B, Input> { /* private fields */ }Expand description
Step that delays execution by a specified duration
Trait Implementations§
Auto Trait Implementations§
impl<F, B, Input> Freeze for DelayWith<F, B, Input>where
F: Freeze,
impl<F, B, Input> RefUnwindSafe for DelayWith<F, B, Input>
impl<F, B, Input> Send for DelayWith<F, B, Input>
impl<F, B, Input> Sync for DelayWith<F, B, Input>
impl<F, B, Input> Unpin for DelayWith<F, B, Input>
impl<F, B, Input> UnwindSafe for DelayWith<F, B, Input>
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