Enum ethstore::accounts_dir::SetKeyError
source · [−]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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more