Struct fuel_vm::interpreter::diff::Delta
source · pub struct Delta<S> { /* private fields */ }
Expand description
The Delta struct represents the difference between two states of the VM.
Trait Implementations§
Auto Trait Implementations§
impl<S> RefUnwindSafe for Delta<S>where
S: RefUnwindSafe,
impl<S> Send for Delta<S>where
S: Send,
impl<S> Sync for Delta<S>where
S: Sync,
impl<S> Unpin for Delta<S>where
S: Unpin,
impl<S> UnwindSafe for Delta<S>where
S: UnwindSafe,
Blanket Implementations§
source§impl<T> AnyDebug for Twhere
T: Any + Debug,
impl<T> AnyDebug for Twhere
T: Any + Debug,
source§fn as_any_ref(&self) -> &(dyn Any + 'static)
fn as_any_ref(&self) -> &(dyn Any + 'static)
Returns a reference to the underlying type as
Any
.