pub struct ForEach<F: FnMut(&Timer) -> Result>(/* private fields */);
Expand description
Iterates over each timer in the provider and calls a function
Trait Implementations§
Auto Trait Implementations§
impl<F> Freeze for ForEach<F>where
F: Freeze,
impl<F> RefUnwindSafe for ForEach<F>where
F: RefUnwindSafe,
impl<F> Send for ForEach<F>where
F: Send,
impl<F> Sync for ForEach<F>where
F: Sync,
impl<F> Unpin for ForEach<F>where
F: Unpin,
impl<F> UnwindSafe for ForEach<F>where
F: 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