Enum evm::Capture [−][src]
Capture represents the result of execution.
Variants
The machine has exited. It cannot be executed again.
The machine has trapped. It is waiting for external information, and can be executed again.
Trait Implementations
impl<E, T> Clone for Capture<E, T> where
T: Clone,
E: Clone,
[src]
T: Clone,
E: Clone,
impl<E, T> Copy for Capture<E, T> where
T: Copy,
E: Copy,
[src]
T: Copy,
E: Copy,
impl<E, T> Debug for Capture<E, T> where
T: Debug,
E: Debug,
[src]
T: Debug,
E: Debug,
impl<E, T> Eq for Capture<E, T> where
T: Eq,
E: Eq,
[src]
T: Eq,
E: Eq,
impl<E, T> PartialEq<Capture<E, T>> for Capture<E, T> where
T: PartialEq<T>,
E: PartialEq<E>,
[src]
T: PartialEq<T>,
E: PartialEq<E>,
pub fn eq(&self, other: &Capture<E, T>) -> bool
[src]
pub fn ne(&self, other: &Capture<E, T>) -> bool
[src]
impl<E, T> StructuralEq for Capture<E, T>
[src]
impl<E, T> StructuralPartialEq for Capture<E, T>
[src]
Auto Trait Implementations
impl<E, T> RefUnwindSafe for Capture<E, T> where
E: RefUnwindSafe,
T: RefUnwindSafe,
E: RefUnwindSafe,
T: RefUnwindSafe,
impl<E, T> Send for Capture<E, T> where
E: Send,
T: Send,
E: Send,
T: Send,
impl<E, T> Sync for Capture<E, T> where
E: Sync,
T: Sync,
E: Sync,
T: Sync,
impl<E, T> Unpin for Capture<E, T> where
E: Unpin,
T: Unpin,
E: Unpin,
T: Unpin,
impl<E, T> UnwindSafe for Capture<E, T> where
E: UnwindSafe,
T: UnwindSafe,
E: UnwindSafe,
T: 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,
pub fn borrow_mut(&mut self) -> &mut T
[src]
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> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src]
V: MultiLane<T>,