Skip to content

bson::Uuid does not implement Eq, cannot be used as a key in a HashMap #351

@remkop22

Description

@remkop22

Hi,

I wish to use bson::Uuid as a key in a HashMap. Currently this is not possible because it only implements PartialEq and not Eq. Is there any specific reason that limits implementing Eq for this type? uuid::Uuid does implement Eq so for me it would make sense if it reproduces the same interface.

Many Thanks!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions