Struct evm_rpc::error::CallError [−][src]
SNAFU context selector for the Error::CallError
variant
Fields
data: __T0
error: __T1
Implementations
impl<__T0, __T1> CallError<__T0, __T1>
[src][−]
pub fn build(self) -> Error where
__T0: Into<Bytes>,
__T1: Into<ExitError>,
[src][−]
__T0: Into<Bytes>,
__T1: Into<ExitError>,
Consume the selector and return the associated error
pub fn fail<__T>(self) -> Result<__T, Error> where
__T0: Into<Bytes>,
__T1: Into<ExitError>,
[src][−]
__T0: Into<Bytes>,
__T1: Into<ExitError>,
Consume the selector and return a Result
with the associated error
Trait Implementations
impl<__T0: Clone, __T1: Clone> Clone for CallError<__T0, __T1>
[src][+]
impl<__T0: Copy, __T1: Copy> Copy for CallError<__T0, __T1>
[src]
impl<__T0: Debug, __T1: Debug> Debug for CallError<__T0, __T1>
[src][+]
impl<__T0, __T1> IntoError<Error> for CallError<__T0, __T1> where
Error: Error + ErrorCompat,
__T0: Into<Bytes>,
__T1: Into<ExitError>,
[src][+]
Error: Error + ErrorCompat,
__T0: Into<Bytes>,
__T1: Into<ExitError>,
Auto Trait Implementations
impl<__T0, __T1> RefUnwindSafe for CallError<__T0, __T1> where
__T0: RefUnwindSafe,
__T1: RefUnwindSafe,
__T0: RefUnwindSafe,
__T1: RefUnwindSafe,
impl<__T0, __T1> Send for CallError<__T0, __T1> where
__T0: Send,
__T1: Send,
__T0: Send,
__T1: Send,
impl<__T0, __T1> Sync for CallError<__T0, __T1> where
__T0: Sync,
__T1: Sync,
__T0: Sync,
__T1: Sync,
impl<__T0, __T1> Unpin for CallError<__T0, __T1> where
__T0: Unpin,
__T1: Unpin,
__T0: Unpin,
__T1: Unpin,
impl<__T0, __T1> UnwindSafe for CallError<__T0, __T1> where
__T0: UnwindSafe,
__T1: UnwindSafe,
__T0: UnwindSafe,
__T1: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> MaybeDebug for T where
T: Debug,
[src]
T: Debug,
impl<T> Pointable for T
[src][+]
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Typeable for T where
T: Any,
[+]
T: Any,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,