Fields
key: Pubkey
addresses: Vec<Pubkey, Global>
Trait Implementations
sourceimpl Clone for AddressLookupTableAccount
impl Clone for AddressLookupTableAccount
sourcefn clone(&self) -> AddressLookupTableAccount
fn clone(&self) -> AddressLookupTableAccount
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 more
sourceimpl Debug for AddressLookupTableAccount
impl Debug for AddressLookupTableAccount
sourceimpl PartialEq<AddressLookupTableAccount> for AddressLookupTableAccount
impl PartialEq<AddressLookupTableAccount> for AddressLookupTableAccount
sourcefn eq(&self, other: &AddressLookupTableAccount) -> bool
fn eq(&self, other: &AddressLookupTableAccount) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &AddressLookupTableAccount) -> bool
fn ne(&self, other: &AddressLookupTableAccount) -> bool
This method tests for !=
.
impl Eq for AddressLookupTableAccount
impl StructuralEq for AddressLookupTableAccount
impl StructuralPartialEq for AddressLookupTableAccount
Auto Trait Implementations
impl RefUnwindSafe for AddressLookupTableAccount
impl Send for AddressLookupTableAccount
impl Sync for AddressLookupTableAccount
impl Unpin for AddressLookupTableAccount
impl UnwindSafe for AddressLookupTableAccount
Blanket Implementations
sourceimpl<T> AbiExample for T
impl<T> AbiExample for T
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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