]> git.proxmox.com Git - proxmox-backup.git/commit
authid: make Tokenname(Ref) derive Eq
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 25 Jan 2021 13:42:56 +0000 (14:42 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 26 Jan 2021 08:54:40 +0000 (09:54 +0100)
commitf4e52bb27df343c304a88341964a9d98f90d0a3f
treece912f7f87fa0f96b42959041c53380c47b6b53f
parent72064fd0df90f76ae567ea81217cc7c3d076f277
authid: make Tokenname(Ref) derive Eq

it's needed to derive Hash, and we always compare Authids or their
Userid components, never just the Tokenname part anyway..

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/api2/types/userid.rs