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::Result
impl DoubleEndedIterator for SetMatchesIntoIter
impl FusedIterator for SetMatchesIntoIter
Auto Trait Implementations
impl RefUnwindSafe for SetMatchesIntoIter
impl Send for SetMatchesIntoIter
impl Sync for SetMatchesIntoIter
impl Unpin for SetMatchesIntoIter
impl UnwindSafe for SetMatchesIntoIter
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T