pub enum UnrecoverableExtError {
Core(UnrecoverableExtErrorCore),
Charge(ChargeError),
}
Expand description
Infallible API error.
Variants§
Trait Implementations§
source§impl BackendSyscallError for UnrecoverableExtError
impl BackendSyscallError for UnrecoverableExtError
fn into_termination_reason(self) -> TerminationReason
fn into_run_fallible_error(self) -> RunFallibleError
source§impl Clone for UnrecoverableExtError
impl Clone for UnrecoverableExtError
source§fn clone(&self) -> UnrecoverableExtError
fn clone(&self) -> UnrecoverableExtError
Returns a copy 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 UnrecoverableExtError
impl Debug for UnrecoverableExtError
source§impl From<ChargeError> for UnrecoverableExtError
impl From<ChargeError> for UnrecoverableExtError
source§fn from(original: ChargeError) -> UnrecoverableExtError
fn from(original: ChargeError) -> UnrecoverableExtError
Converts to this type from the input type.
source§impl From<UnrecoverableExecutionError> for UnrecoverableExtError
impl From<UnrecoverableExecutionError> for UnrecoverableExtError
source§fn from(err: UnrecoverableExecutionError) -> UnrecoverableExtError
fn from(err: UnrecoverableExecutionError) -> UnrecoverableExtError
Converts to this type from the input type.
source§impl From<UnrecoverableExtError> for UnrecoverableExtError
impl From<UnrecoverableExtError> for UnrecoverableExtError
source§fn from(original: UnrecoverableExtErrorCore) -> UnrecoverableExtError
fn from(original: UnrecoverableExtErrorCore) -> UnrecoverableExtError
Converts to this type from the input type.
source§impl From<UnrecoverableWaitError> for UnrecoverableExtError
impl From<UnrecoverableWaitError> for UnrecoverableExtError
source§fn from(err: UnrecoverableWaitError) -> UnrecoverableExtError
fn from(err: UnrecoverableWaitError) -> UnrecoverableExtError
Converts to this type from the input type.
source§impl PartialEq<UnrecoverableExtError> for UnrecoverableExtError
impl PartialEq<UnrecoverableExtError> for UnrecoverableExtError
source§fn eq(&self, other: &UnrecoverableExtError) -> bool
fn eq(&self, other: &UnrecoverableExtError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for UnrecoverableExtError
impl StructuralEq for UnrecoverableExtError
impl StructuralPartialEq for UnrecoverableExtError
Auto Trait Implementations§
impl RefUnwindSafe for UnrecoverableExtError
impl Send for UnrecoverableExtError
impl Sync for UnrecoverableExtError
impl Unpin for UnrecoverableExtError
impl UnwindSafe for UnrecoverableExtError
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more