for x in xs.into_iter()
for x in xs
Also `for x in option.into_iter()` -> `if let Some(x) = option`
for x in xs.iter()
for x in &xs