pub struct ForEachItem<T, F, V>{ /* private fields */ }Expand description
Represents a single transformed item, pairing data with a generator function to produce a view.
Trait Implementations§
Auto Trait Implementations§
impl<T, F, V> Freeze for ForEachItem<T, F, V>where
T: Freeze,
impl<T, F, V> RefUnwindSafe for ForEachItem<T, F, V>where
T: RefUnwindSafe,
F: RefUnwindSafe,
impl<T, F, V> !Send for ForEachItem<T, F, V>
impl<T, F, V> !Sync for ForEachItem<T, F, V>
impl<T, F, V> Unpin for ForEachItem<T, F, V>where
T: Unpin,
impl<T, F, V> UnwindSafe for ForEachItem<T, F, V>where
T: UnwindSafe,
F: RefUnwindSafe,
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