Struct trezor_client::client::AccessListItem
source · pub struct AccessListItem {
pub address: String,
pub storage_keys: Vec<Vec<u8>>,
}
Available on crate feature
ethereum
only.Expand description
Access list item.
Fields§
§address: String
Accessed address
storage_keys: Vec<Vec<u8>>
Accessed storage keys
Trait Implementations§
source§impl Clone for AccessListItem
impl Clone for AccessListItem
source§fn clone(&self) -> AccessListItem
fn clone(&self) -> AccessListItem
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 AccessListItem
impl Debug for AccessListItem
source§impl PartialEq for AccessListItem
impl PartialEq for AccessListItem
source§fn eq(&self, other: &AccessListItem) -> bool
fn eq(&self, other: &AccessListItem) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for AccessListItem
impl StructuralPartialEq for AccessListItem
Auto Trait Implementations§
impl Freeze for AccessListItem
impl RefUnwindSafe for AccessListItem
impl Send for AccessListItem
impl Sync for AccessListItem
impl Unpin for AccessListItem
impl UnwindSafe for AccessListItem
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)