Struct fuel_vm::interpreter::diff::Previous
source · pub struct Previous<S>(_);
Expand description
The State type when capturing the initial state of the VM.
Trait Implementations§
Auto Trait Implementations§
impl<S> RefUnwindSafe for Previous<S>where
S: RefUnwindSafe,
impl<S> Send for Previous<S>where
S: Send,
impl<S> Sync for Previous<S>where
S: Sync,
impl<S> Unpin for Previous<S>where
S: Unpin,
impl<S> UnwindSafe for Previous<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
.