pub struct RegexAnalyzer;Implementations§
Source§impl RegexAnalyzer
impl RegexAnalyzer
pub fn extract_named_captures(pattern: &str) -> Vec<CaptureGroup>
pub fn hover_text_for_regex(pattern: &str, modifiers: &str) -> String
Auto Trait Implementations§
impl Freeze for RegexAnalyzer
impl RefUnwindSafe for RegexAnalyzer
impl Send for RegexAnalyzer
impl Sync for RegexAnalyzer
impl Unpin for RegexAnalyzer
impl UnsafeUnpin for RegexAnalyzer
impl UnwindSafe for RegexAnalyzer
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