Add Eq and Hash for disco::Feature
This commit is contained in:
parent
fe2a94456c
commit
d8498437c3
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ attributes: [
|
|||
impl IqGetPayload for DiscoInfoQuery {}
|
||||
|
||||
generate_element!(
|
||||
#[derive(Eq, Hash)]
|
||||
/// Structure representing a `<feature xmlns='http://jabber.org/protocol/disco#info'/>` element.
|
||||
Feature, "feature", DISCO_INFO,
|
||||
attributes: [
|
||||
|
|
Loading…
Reference in a new issue