pub struct StorageRangeResult {
pub storage: StorageMap,
pub next_key: Option<B256>,
}Expand description
Represents the result of a storage range query.
Fields§
§storage: StorageMapA map of storage slots
next_key: Option<B256>The next key
Trait Implementations§
Source§impl Clone for StorageRangeResult
impl Clone for StorageRangeResult
Source§fn clone(&self) -> StorageRangeResult
fn clone(&self) -> StorageRangeResult
Returns a duplicate 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 StorageRangeResult
impl Debug for StorageRangeResult
Source§impl Default for StorageRangeResult
impl Default for StorageRangeResult
Source§fn default() -> StorageRangeResult
fn default() -> StorageRangeResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StorageRangeResult
impl<'de> Deserialize<'de> for StorageRangeResult
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 From<(StorageMap, Option<FixedBytes<32>>)> for StorageRangeResult
impl From<(StorageMap, Option<FixedBytes<32>>)> for StorageRangeResult
Source§impl From<StorageRangeResult> for (StorageMap, Option<B256>)
impl From<StorageRangeResult> for (StorageMap, Option<B256>)
Source§fn from(result: StorageRangeResult) -> Self
fn from(result: StorageRangeResult) -> Self
Converts to this type from the input type.
Source§impl PartialEq for StorageRangeResult
impl PartialEq for StorageRangeResult
Source§impl Serialize for StorageRangeResult
impl Serialize for StorageRangeResult
impl Eq for StorageRangeResult
impl StructuralPartialEq for StorageRangeResult
Auto Trait Implementations§
impl Freeze for StorageRangeResult
impl RefUnwindSafe for StorageRangeResult
impl Send for StorageRangeResult
impl Sync for StorageRangeResult
impl Unpin for StorageRangeResult
impl UnwindSafe for StorageRangeResult
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 64 bytes