pub enum KeyRingIdentifier {
    Thread,
    Process,
    Session,
    User,
    UserSession,
    Group,
    ReqKeyAuthKey,
}
Expand description

Special identifiers for default keyrings. See man 7 keyrings.

Variants§

§

Thread

Key ID for thread-specific keyring

§

Process

Key ID for process-specific keyring

§

Session

Key ID for session-specific keyring

§

User

Key ID for UID-specific keyring

§

UserSession

Key ID for UID-session keyring

§

Group

Key ID for GID-specific keyring

§

ReqKeyAuthKey

Key ID for assumed request_key auth key

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.