Skip to content

Commit

Permalink
derive common traits on KeyRingIdentifier
Browse files Browse the repository at this point in the history
  • Loading branch information
afontenot committed Aug 22, 2024
1 parent 2e81f72 commit df68f5f
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 df68f5f

Please sign in to comment.