pub enum ItersT {
Map(FunctionT),
Filter(FunctionT),
FilterMap(FunctionT),
MapWhile(FunctionT),
Take,
Enumerate,
Chained,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ItersT
impl !RefUnwindSafe for ItersT
impl Send for ItersT
impl Sync for ItersT
impl Unpin for ItersT
impl !UnwindSafe for ItersT
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