pub struct MatchResult {
pub id: usize,
pub file: String,
pub filetype: String,
pub search: String,
pub match_str: String,
pub hits: String,
pub line: usize,
}
Fields§
§id: usize
§file: String
§filetype: String
§search: String
§match_str: String
§hits: String
§line: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MatchResult
impl RefUnwindSafe for MatchResult
impl Send for MatchResult
impl Sync for MatchResult
impl Unpin for MatchResult
impl UnwindSafe for MatchResult
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