I implemented the IntoIterator trait for a struct, but if I loop over an object, the values in the loop are different from those I return in the next function.<
next