Enum ethcore_accounts::SignError
source · [−]pub enum SignError {
NotUnlocked,
NotFound,
SStore(SSError),
}
Expand description
Signing error
Variants
NotUnlocked
Account is not unlocked
NotFound
Account does not exist.
SStore(SSError)
Low-level error from store
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for SignError
impl Send for SignError
impl Sync for SignError
impl Unpin for SignError
impl !UnwindSafe for SignError
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