diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-07-07 00:26:54 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-07-07 00:26:54 +0200 |
| commit | 179920fa402b81a3ae8cc3c4b415172f71eb8d11 (patch) | |
| tree | 33bd4cb4cceb58ef65ae19a6c8d0f3e4e0ea53ec /src/searchresult.rs | |
| parent | 9b4aa4e9643b0a5b4a554e455eac269a2472b590 (diff) | |
add gui
Diffstat (limited to 'src/searchresult.rs')
| -rw-r--r-- | src/searchresult.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/searchresult.rs b/src/searchresult.rs index cc882ff..23e8d02 100644 --- a/src/searchresult.rs +++ b/src/searchresult.rs @@ -1,5 +1,6 @@ /// This struct is returned by the index::Index::search /// function. +#[derive(Debug, Clone)] pub struct SearchResult { pub priority : u64, pub path : String |