pub struct RegexSet { /* private fields */ }
Expand description
A dynamic set of regular expressions.
Implementations§
source§impl RegexSet
impl RegexSet
sourcepub fn unmatched_items(&self) -> impl Iterator<Item = &String>
pub fn unmatched_items(&self) -> impl Iterator<Item = &String>
Returns an iterator over regexes in the set which didn’t match any strings yet.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for RegexSet
impl Send for RegexSet
impl !Sync for RegexSet
impl Unpin for RegexSet
impl UnwindSafe for RegexSet
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more