for foo in bar.iter()
and `for foo in bar.iter_mut(), and for foo in bar.into_iter() (continuation of #7197)