pub enum KeychainStep {
AcquireLock,
CreateTempdir,
CreateKeychain,
SetSettings,
Unlock,
SetSearchList,
GetSearchList,
WriteCertificate,
ImportCertificate,
SetPartitionList,
GeneratePassword,
VerifyIdentity,
}Expand description
The step during ephemeral keychain setup that failed.
Variants§
AcquireLock
CreateTempdir
CreateKeychain
SetSettings
Unlock
SetSearchList
GetSearchList
WriteCertificate
ImportCertificate
SetPartitionList
GeneratePassword
VerifyIdentity
Trait Implementations§
Source§impl Clone for KeychainStep
impl Clone for KeychainStep
Source§fn clone(&self) -> KeychainStep
fn clone(&self) -> KeychainStep
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for KeychainStep
impl Debug for KeychainStep
Source§impl Display for KeychainStep
impl Display for KeychainStep
impl Copy for KeychainStep
Auto Trait Implementations§
impl Freeze for KeychainStep
impl RefUnwindSafe for KeychainStep
impl Send for KeychainStep
impl Sync for KeychainStep
impl Unpin for KeychainStep
impl UnsafeUnpin for KeychainStep
impl UnwindSafe for KeychainStep
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