pub struct RgMatch {
pub path: String,
pub line_number: u64,
pub text: String,
pub is_context: bool,
}Expand description
One matching line from the engine. Mirrors TS RgMatch.
Fields§
§path: String§line_number: u64§text: String§is_context: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for RgMatch
impl RefUnwindSafe for RgMatch
impl Send for RgMatch
impl Sync for RgMatch
impl Unpin for RgMatch
impl UnsafeUnpin for RgMatch
impl UnwindSafe for RgMatch
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