pub enum RnpPasswordFor {
AddSubkey,
AddUserID,
Sign,
Decrypt,
Unlock,
Protect,
Unprotect,
DecryptSymmetric,
EncryptSymmetric,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RnpPasswordFor
impl RefUnwindSafe for RnpPasswordFor
impl Send for RnpPasswordFor
impl Sync for RnpPasswordFor
impl Unpin for RnpPasswordFor
impl UnwindSafe for RnpPasswordFor
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