Struct fuel_vm::interpreter::diff::Deltas
source · pub struct Deltas;
Expand description
Family of state data that are implemented with the Delta
struct. Captures the difference between the current and previous
state of the VM.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Deltas
impl Send for Deltas
impl Sync for Deltas
impl Unpin for Deltas
impl UnwindSafe for Deltas
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