Enum cfxstore::accounts_dir::SetKeyError
source · pub enum SetKeyError {
Fatal(Error),
NonFatalOld(Error),
NonFatalNew(Error),
}
Expand description
VaultKeyDirectory::set_key
error
Variants§
Fatal(Error)
Error is fatal and directory is probably in inconsistent state
NonFatalOld(Error)
Error is non fatal, directory is reverted to pre-operation state
NonFatalNew(Error)
Error is non fatal, directory is consistent with new key
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for SetKeyError
impl Send for SetKeyError
impl Sync for SetKeyError
impl Unpin for SetKeyError
impl !UnwindSafe for SetKeyError
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