Struct lambda_starknet_api::state::StorageKey
source · pub struct StorageKey(pub PatriciaKey);Expand description
A storage key in a contract.
Tuple Fields§
§0: PatriciaKeyTrait Implementations§
source§impl Clone for StorageKey
impl Clone for StorageKey
source§fn clone(&self) -> StorageKey
fn clone(&self) -> StorageKey
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 StorageKey
impl Debug for StorageKey
source§impl Default for StorageKey
impl Default for StorageKey
source§fn default() -> StorageKey
fn default() -> StorageKey
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for StorageKey
impl<'de> Deserialize<'de> for StorageKey
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for StorageKey
impl Hash for StorageKey
source§impl Ord for StorageKey
impl Ord for StorageKey
source§fn cmp(&self, other: &StorageKey) -> Ordering
fn cmp(&self, other: &StorageKey) -> 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<StorageKey> for StorageKey
impl PartialEq<StorageKey> for StorageKey
source§fn eq(&self, other: &StorageKey) -> bool
fn eq(&self, other: &StorageKey) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<StorageKey> for StorageKey
impl PartialOrd<StorageKey> for StorageKey
source§fn partial_cmp(&self, other: &StorageKey) -> Option<Ordering>
fn partial_cmp(&self, other: &StorageKey) -> 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 Serialize for StorageKey
impl Serialize for StorageKey
source§impl TryFrom<StarkFelt> for StorageKey
impl TryFrom<StarkFelt> for StorageKey
impl Copy for StorageKey
impl Eq for StorageKey
impl StructuralEq for StorageKey
impl StructuralPartialEq for StorageKey
Auto Trait Implementations§
impl RefUnwindSafe for StorageKey
impl Send for StorageKey
impl Sync for StorageKey
impl Unpin for StorageKey
impl UnwindSafe for StorageKey
Blanket Implementations§
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
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.