1
0
mirror of https://gitlab.com/xmpp-rs/xmpp-rs.git synced 2024-07-03 11:50:35 +02:00

hashes: Implement PartialEq on Hash.

This commit is contained in:
Emmanuel Gil Peyrot 2017-04-22 17:38:36 +01:00
parent 0778ceea7d
commit edc5961a79

View File

@ -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,