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
source§impl Hash for RuntimePredicate
impl Hash for RuntimePredicate
source§impl PartialEq<RuntimePredicate> for RuntimePredicate
impl PartialEq<RuntimePredicate> for RuntimePredicate
source§fn eq(&self, other: &RuntimePredicate) -> bool
fn eq(&self, other: &RuntimePredicate) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for RuntimePredicate
impl StructuralEq for RuntimePredicate
impl StructuralPartialEq for RuntimePredicate
Auto Trait Implementations§
impl RefUnwindSafe for RuntimePredicate
impl Send for RuntimePredicate
impl Sync for RuntimePredicate
impl Unpin for RuntimePredicate
impl UnwindSafe for RuntimePredicate
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more