src/hashes.rs 🔗
@@ -4,7 +4,7 @@ use error::Error;
use ns;
-#[derive(Debug, Clone)]
+#[derive(Debug, Clone, PartialEq)]
pub struct Hash {
pub algo: String,
pub hash: String,
Emmanuel Gil Peyrot created
src/hashes.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -4,7 +4,7 @@ use error::Error;
use ns;
-#[derive(Debug, Clone)]
+#[derive(Debug, Clone, PartialEq)]
pub struct Hash {
pub algo: String,
pub hash: String,