Home
last modified time | relevance | path

Searched defs:PairsMut (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/syn/src/
Dpunctuated.rs584 pub struct PairsMut<'a, T: 'a, P: 'a> { struct
589 impl<'a, T, P> Iterator for PairsMut<'a, T, P> { implementation
604 impl<'a, T, P> DoubleEndedIterator for PairsMut<'a, T, P> { implementation
613 impl<'a, T, P> ExactSizeIterator for PairsMut<'a, T, P> { implementation