Struct parsec_interface::operations::list_keys::KeyInfo [−][src]
pub struct KeyInfo {
pub provider_id: ProviderId,
pub name: String,
pub attributes: Attributes,
}Expand description
Structure holding the basic information for a key in the application for client discovery.
Fields
provider_id: ProviderIdThe ID of the associated provider.
name: StringThe name of the key.
attributes: AttributesThe key attributes.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for KeyInfo
impl UnwindSafe for KeyInfo
Blanket Implementations
Mutably borrows from an owned value. Read more