pub struct FileSearchResults {
pub matches: Vec<FileMatch>,
pub total_match_count: usize,
}
Fields§
§matches: Vec<FileMatch>
§total_match_count: usize
Auto Trait Implementations§
impl Freeze for FileSearchResults
impl RefUnwindSafe for FileSearchResults
impl Send for FileSearchResults
impl Sync for FileSearchResults
impl Unpin for FileSearchResults
impl UnwindSafe for FileSearchResults
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