Skip to content

Commit

Permalink
Derive common traits on KeyRingIdentifier (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
afontenot authored Oct 31, 2024
1 parent 977cb8e commit 7fe88e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ffi/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ pub enum KeyType {

/// Special identifiers for default keyrings. See `man 7 keyrings`.
#[allow(dead_code)]
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
pub enum KeyRingIdentifier {
/// Key ID for thread-specific keyring
Thread = -1,
Expand Down

0 comments on commit 7fe88e9

Please sign in to comment.