pub struct AsyncNeedsDelayStrategy<Out, Op>{ /* private fields */ }
Implementations§
Source§impl<Out, Op> AsyncNeedsDelayStrategy<Out, Op>
impl<Out, Op> AsyncNeedsDelayStrategy<Out, Op>
pub async fn delayed_by<DelayStrat>(self, delay: DelayStrat) -> Outwhere
DelayStrat: DelayStrategy<StdDuration>,
Auto Trait Implementations§
impl<Out, Op> Freeze for AsyncNeedsDelayStrategy<Out, Op>where
Op: Freeze,
impl<Out, Op> RefUnwindSafe for AsyncNeedsDelayStrategy<Out, Op>where
Op: RefUnwindSafe,
impl<Out, Op> Send for AsyncNeedsDelayStrategy<Out, Op>where
Op: Send,
impl<Out, Op> Sync for AsyncNeedsDelayStrategy<Out, Op>where
Op: Sync,
impl<Out, Op> Unpin for AsyncNeedsDelayStrategy<Out, Op>where
Op: Unpin,
impl<Out, Op> UnwindSafe for AsyncNeedsDelayStrategy<Out, Op>where
Op: UnwindSafe,
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