pub struct RevokePendingActivation {
pub feature: Pubkey,
pub incinerator: Pubkey,
pub system_program: Pubkey,
}Expand description
Accounts.
Fields§
§feature: PubkeyThe feature account to revoke
incinerator: PubkeyThe incinerator account
system_program: PubkeyThe system program
Implementations§
Source§impl RevokePendingActivation
impl RevokePendingActivation
pub fn instruction(&self) -> Instruction
pub fn instruction_with_remaining_accounts( &self, remaining_accounts: &[AccountMeta], ) -> Instruction
Auto Trait Implementations§
impl Freeze for RevokePendingActivation
impl RefUnwindSafe for RevokePendingActivation
impl Send for RevokePendingActivation
impl Sync for RevokePendingActivation
impl Unpin for RevokePendingActivation
impl UnwindSafe for RevokePendingActivation
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