hashes: Implement PartialEq on Hash.
This commit is contained in:
parent
0778ceea7d
commit
edc5961a79
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ use error::Error;
|
||||||
|
|
||||||
use ns;
|
use ns;
|
||||||
|
|
||||||
#[derive(Debug, Clone)]
|
#[derive(Debug, Clone, PartialEq)]
|
||||||
pub struct Hash {
|
pub struct Hash {
|
||||||
pub algo: String,
|
pub algo: String,
|
||||||
pub hash: String,
|
pub hash: String,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue