Struct regex::SetMatchesIntoIter
pub struct SetMatchesIntoIter(_);Documentation
An owned iterator over the set of matches from a regex set.
This will always produces matches in ascending order of index, where the index corresponds to the index of the regex that matched with respect to its position when initially building the set.
Trait Implementations
impl Debug for SetMatchesIntoIter
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl DoubleEndedIterator for SetMatchesIntoIter
impl FusedIterator for SetMatchesIntoIterAuto Trait Implementations
impl RefUnwindSafe for SetMatchesIntoIterimpl Send for SetMatchesIntoIterimpl Sync for SetMatchesIntoIterimpl Unpin for SetMatchesIntoIterimpl UnwindSafe for SetMatchesIntoIterBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T