Struct fuel_vm::constraints::reg_key::WriteRegKey
source · pub struct WriteRegKey(_);
Expand description
A key to a writable register that is within the bounds of the writable registers.
Implementations§
source§impl WriteRegKey
impl WriteRegKey
Trait Implementations§
source§impl Clone for WriteRegKey
impl Clone for WriteRegKey
source§fn clone(&self) -> WriteRegKey
fn clone(&self) -> WriteRegKey
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 WriteRegKey
impl Debug for WriteRegKey
source§impl Hash for WriteRegKey
impl Hash for WriteRegKey
source§impl Ord for WriteRegKey
impl Ord for WriteRegKey
source§fn cmp(&self, other: &WriteRegKey) -> Ordering
fn cmp(&self, other: &WriteRegKey) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<WriteRegKey> for WriteRegKey
impl PartialEq<WriteRegKey> for WriteRegKey
source§fn eq(&self, other: &WriteRegKey) -> bool
fn eq(&self, other: &WriteRegKey) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<WriteRegKey> for WriteRegKey
impl PartialOrd<WriteRegKey> for WriteRegKey
source§fn partial_cmp(&self, other: &WriteRegKey) -> Option<Ordering>
fn partial_cmp(&self, other: &WriteRegKey) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl TryFrom<usize> for WriteRegKey
impl TryFrom<usize> for WriteRegKey
§type Error = RuntimeError
type Error = RuntimeError
The type returned in the event of a conversion error.
impl Copy for WriteRegKey
impl Eq for WriteRegKey
impl StructuralEq for WriteRegKey
impl StructuralPartialEq for WriteRegKey
Auto Trait Implementations§
impl RefUnwindSafe for WriteRegKey
impl Send for WriteRegKey
impl Sync for WriteRegKey
impl Unpin for WriteRegKey
impl UnwindSafe for WriteRegKey
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