Struct steap_by_steap::regex::RegexLocal
source · pub struct RegexLocal {
pattern: String,
}
Expand description
Represents a compiled regex pattern
Fields§
§pattern: String
Implementations§
source§impl RegexLocal
impl RegexLocal
sourcefn match_here(&self, pattern: &str, text: &str) -> bool
fn match_here(&self, pattern: &str, text: &str) -> bool
Matches the pattern here
Auto Trait Implementations§
impl Freeze for RegexLocal
impl RefUnwindSafe for RegexLocal
impl Send for RegexLocal
impl Sync for RegexLocal
impl Unpin for RegexLocal
impl UnwindSafe for RegexLocal
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