Struct multiversx_chain_vm::scenario::model::U64Key
source · pub struct U64Key {
pub value: u64,
pub original: String,
}Expand description
Currently not used.
Fields§
§value: u64§original: StringTrait Implementations§
source§impl InterpretableFrom<&str> for U64Key
impl InterpretableFrom<&str> for U64Key
fn interpret_from(from: &str, context: &InterpreterContext) -> Self
source§impl Ord for U64Key
impl Ord for U64Key
source§impl PartialEq<U64Key> for U64Key
impl PartialEq<U64Key> for U64Key
source§impl PartialOrd<U64Key> for U64Key
impl PartialOrd<U64Key> for U64Key
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 moreimpl Eq for U64Key
Auto Trait Implementations§
impl CodecFromSelf for U64Key
impl RefUnwindSafe for U64Key
impl Send for U64Key
impl Sync for U64Key
impl Unpin for U64Key
impl UnwindSafe for U64Key
Blanket Implementations§
§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
source§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,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.