aboutsummaryrefslogtreecommitdiff
path: root/src/searchresult.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/searchresult.rs')
-rw-r--r--src/searchresult.rs1
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