pub enum CredentialResult {
Keyring,
EncryptedFile,
}Expand description
Result of a credential storage operation
Variants§
Keyring
Operation succeeded using the system keyring
EncryptedFile
Operation succeeded using encrypted file fallback
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CredentialResult
impl RefUnwindSafe for CredentialResult
impl Send for CredentialResult
impl Sync for CredentialResult
impl Unpin for CredentialResult
impl UnsafeUnpin for CredentialResult
impl UnwindSafe for CredentialResult
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