fido-common: Derive ordering for credential::Type

main
Nick Zana 2 years ago
parent 7db826dc78
commit 03fb2f1eb6

@ -9,7 +9,7 @@ use serde::{Deserialize, Serialize};
/// > enumeration are used for versioning the Authentication /// > enumeration are used for versioning the Authentication
/// > Assertion and attestation structures according to the type of /// > Assertion and attestation structures according to the type of
/// > the authenticator. /// > the authenticator.
#[derive(Debug, Clone, Copy, PartialEq, Eq)] #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)]
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))] #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
#[non_exhaustive] #[non_exhaustive]
pub enum Type { pub enum Type {

Loading…
Cancel
Save