Struct solana_sdk::transaction::DisabledAddressLoader
source · [−]pub struct DisabledAddressLoader;
Trait Implementations
sourceimpl AddressLoader for DisabledAddressLoader
impl AddressLoader for DisabledAddressLoader
fn load_addresses(
&self,
_lookups: &[MessageAddressTableLookup]
) -> Result<LoadedAddresses>
Auto Trait Implementations
impl RefUnwindSafe for DisabledAddressLoader
impl Send for DisabledAddressLoader
impl Sync for DisabledAddressLoader
impl Unpin for DisabledAddressLoader
impl UnwindSafe for DisabledAddressLoader
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