Struct parsec_interface::operations::psa_destroy_key::Operation [−][src]
pub struct Operation {
pub key_name: String,
}Expand description
Native object for cryptographic key destruction.
Fields
key_name: Stringkey_name identifies the key to be destroyed.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Operation
impl UnwindSafe for Operation
Blanket Implementations
Mutably borrows from an owned value. Read more