Searched defs:PrivateIterMut (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/syn/src/ |
D | punctuated.rs | 836 struct PrivateIterMut<'a, T: 'a, P: 'a> { struct 837 inner: slice::IterMut<'a, (T, P)>, 838 last: option::IntoIter<&'a mut T>, 872 impl<'a, T, P> Iterator for PrivateIterMut<'a, T, P> { implementation 883 impl<'a, T, P> DoubleEndedIterator for PrivateIterMut<'a, T, P> { implementation 891 impl<'a, T, P> ExactSizeIterator for PrivateIterMut<'a, T, P> { implementation
|