Implement Eq
and Hash
for aws_sdk_ec2::types::IpPermission
#1096
Labels
feature-request
A feature should be added or improved.
Describe the feature
We would like to use set operations on sets of
aws_sdk_ec2::types::IpPermission
, but withoutEq
andHash
, we cannot constructHashSet
s containing them.Use Case
Putting this data in a
HashSet
, or even aHashMap
.Proposed Solution
Just add
Eq
andHash
to thederive
call. I tried that out locally and it compiled.Other Information
No response
Acknowledgements
A note for the community
Community Note
The text was updated successfully, but these errors were encountered: