pub enum Operation {
Show 15 variants
NotSet,
Verify,
GenerateKey,
ListKey,
DeleteKey,
SearchKey,
ImportKey,
TrustKey,
SignKey,
ExportPublicKey,
ExportSecretKey,
Encrypt,
Decrypt,
Sign,
VerifyFile,
}
Variants§
NotSet
Verify
GenerateKey
ListKey
DeleteKey
SearchKey
ImportKey
TrustKey
SignKey
ExportPublicKey
ExportSecretKey
Encrypt
Decrypt
Sign
VerifyFile
Trait Implementations§
impl StructuralPartialEq for Operation
Auto Trait Implementations§
impl Freeze for Operation
impl RefUnwindSafe for Operation
impl Send for Operation
impl Sync for Operation
impl Unpin for Operation
impl UnwindSafe for Operation
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more