Struct fuel_vm::interpreter::diff::InitialVmState
source · pub struct InitialVmState;
Expand description
Family of state data that are implemented with the Previous
struct. Captures the initial state of the VM.
Trait Implementations§
source§impl Clone for InitialVmState
impl Clone for InitialVmState
source§fn clone(&self) -> InitialVmState
fn clone(&self) -> InitialVmState
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 InitialVmState
impl Debug for InitialVmState
source§impl VmStateCapture for InitialVmState
impl VmStateCapture for InitialVmState
Auto Trait Implementations§
impl RefUnwindSafe for InitialVmState
impl Send for InitialVmState
impl Sync for InitialVmState
impl Unpin for InitialVmState
impl UnwindSafe for InitialVmState
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
.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