Struct trezor_client::client::AccessListItem
source · Expand description
Access list item
Fields
address: String
Accessed address
storage_keys: Vec<Vec<u8>>
Accessed storage keys
Trait Implementations
sourceimpl Clone for AccessListItem
impl Clone for AccessListItem
sourcefn clone(&self) -> AccessListItem
fn clone(&self) -> AccessListItem
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AccessListItem
impl Debug for AccessListItem
sourceimpl PartialEq<AccessListItem> for AccessListItem
impl PartialEq<AccessListItem> for AccessListItem
sourcefn eq(&self, other: &AccessListItem) -> bool
fn eq(&self, other: &AccessListItem) -> bool
impl Eq for AccessListItem
impl StructuralEq for AccessListItem
impl StructuralPartialEq for AccessListItem
Auto Trait Implementations
impl RefUnwindSafe for AccessListItem
impl Send for AccessListItem
impl Sync for AccessListItem
impl Unpin for AccessListItem
impl UnwindSafe for AccessListItem
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more