pub struct GetStorageProofRequestRef<'a> {
pub block_id: &'a ConfirmedBlockId,
pub class_hashes: Option<&'a [Felt]>,
pub contract_addresses: Option<&'a [Felt]>,
pub contracts_storage_keys: Option<&'a [ContractStorageKeys]>,
}
Expand description
Reference version of GetStorageProofRequest.
Fields§
§block_id: &'a ConfirmedBlockId
§class_hashes: Option<&'a [Felt]>
§contract_addresses: Option<&'a [Felt]>
§contracts_storage_keys: Option<&'a [ContractStorageKeys]>
Trait Implementations§
Source§impl<'a> Clone for GetStorageProofRequestRef<'a>
impl<'a> Clone for GetStorageProofRequestRef<'a>
Source§fn clone(&self) -> GetStorageProofRequestRef<'a>
fn clone(&self) -> GetStorageProofRequestRef<'a>
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<'a> Debug for GetStorageProofRequestRef<'a>
impl<'a> Debug for GetStorageProofRequestRef<'a>
Source§impl<'a> PartialEq for GetStorageProofRequestRef<'a>
impl<'a> PartialEq for GetStorageProofRequestRef<'a>
Source§fn eq(&self, other: &GetStorageProofRequestRef<'a>) -> bool
fn eq(&self, other: &GetStorageProofRequestRef<'a>) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl Serialize for GetStorageProofRequestRef<'_>
impl Serialize for GetStorageProofRequestRef<'_>
impl<'a> Eq for GetStorageProofRequestRef<'a>
impl<'a> StructuralPartialEq for GetStorageProofRequestRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for GetStorageProofRequestRef<'a>
impl<'a> RefUnwindSafe for GetStorageProofRequestRef<'a>
impl<'a> Send for GetStorageProofRequestRef<'a>
impl<'a> Sync for GetStorageProofRequestRef<'a>
impl<'a> Unpin for GetStorageProofRequestRef<'a>
impl<'a> UnwindSafe for GetStorageProofRequestRef<'a>
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.