pub struct StorageSnapshotRequest {
pub address: Address,
pub slots: Option<Vec<StoreKey>>,
}Expand description
A struct representing a request to get an account state.
Fields§
§address: Address§slots: Option<Vec<StoreKey>>Trait Implementations§
Source§impl Clone for StorageSnapshotRequest
impl Clone for StorageSnapshotRequest
Source§fn clone(&self) -> StorageSnapshotRequest
fn clone(&self) -> StorageSnapshotRequest
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 StorageSnapshotRequest
impl Debug for StorageSnapshotRequest
Source§impl Hash for StorageSnapshotRequest
impl Hash for StorageSnapshotRequest
Source§impl PartialEq for StorageSnapshotRequest
impl PartialEq for StorageSnapshotRequest
impl Eq for StorageSnapshotRequest
impl StructuralPartialEq for StorageSnapshotRequest
Auto Trait Implementations§
impl !Freeze for StorageSnapshotRequest
impl RefUnwindSafe for StorageSnapshotRequest
impl Send for StorageSnapshotRequest
impl Sync for StorageSnapshotRequest
impl Unpin for StorageSnapshotRequest
impl UnwindSafe for StorageSnapshotRequest
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,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.