Struct fuel_vm::predicate::RuntimePredicate
source · pub struct RuntimePredicate { /* private fields */ }
Expand description
Runtime representation of a predicate
Implementations§
source§impl RuntimePredicate
impl RuntimePredicate
sourcepub const fn program(&self) -> &MemoryRange
pub const fn program(&self) -> &MemoryRange
Memory slice with the program representation of the predicate
Trait Implementations§
source§impl Clone for RuntimePredicate
impl Clone for RuntimePredicate
source§fn clone(&self) -> RuntimePredicate
fn clone(&self) -> RuntimePredicate
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 RuntimePredicate
impl Debug for RuntimePredicate
source§impl Default for RuntimePredicate
impl Default for RuntimePredicate
source§fn default() -> RuntimePredicate
fn default() -> RuntimePredicate
Returns the “default value” for a type. Read more