Derive Hash for KeyType
This commit is contained in:
parent
17fc6ebeff
commit
141fe3d136
1 changed files with 1 additions and 1 deletions
|
@ -528,7 +528,7 @@ impl PinType {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Identify a Key slot on an OpenPGP card
|
/// Identify a Key slot on an OpenPGP card
|
||||||
#[derive(Debug, Clone, Copy, Eq, PartialEq)]
|
#[derive(Debug, Clone, Copy, Eq, PartialEq, Hash)]
|
||||||
#[non_exhaustive]
|
#[non_exhaustive]
|
||||||
pub enum KeyType {
|
pub enum KeyType {
|
||||||
Signing,
|
Signing,
|
||||||
|
|
Loading…
Reference in a new issue