Struct yubihsm::responses::GenAsymmetricKeyResponse [] [src]

pub struct GenAsymmetricKeyResponse {
    pub key_id: ObjectId,
}

Fields

ID of the key

Trait Implementations

impl Debug for GenAsymmetricKeyResponse
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations