pub struct AssertUpgradeableLoaderAccountMulti {
pub target_account: Pubkey,
}Expand description
Accounts.
Fields§
§target_account: PubkeyTarget account to be asserted
Implementations§
Source§impl AssertUpgradeableLoaderAccountMulti
impl AssertUpgradeableLoaderAccountMulti
pub fn instruction( &self, args: AssertUpgradeableLoaderAccountMultiInstructionArgs, ) -> Instruction
pub fn instruction_with_remaining_accounts( &self, args: AssertUpgradeableLoaderAccountMultiInstructionArgs, remaining_accounts: &[AccountMeta], ) -> Instruction
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AssertUpgradeableLoaderAccountMulti
impl RefUnwindSafe for AssertUpgradeableLoaderAccountMulti
impl Send for AssertUpgradeableLoaderAccountMulti
impl Sync for AssertUpgradeableLoaderAccountMulti
impl Unpin for AssertUpgradeableLoaderAccountMulti
impl UnwindSafe for AssertUpgradeableLoaderAccountMulti
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