Struct parsec_interface::operations::psa_destroy_key::Operation
source · [−]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 Send for Operation
impl Sync for Operation
impl Unpin for Operation
impl UnwindSafe for Operation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more