pub struct RevokePendingActivationCpiAccounts<'a, 'b> {
pub feature: &'b AccountInfo<'a>,
pub incinerator: &'b AccountInfo<'a>,
pub system_program: &'b AccountInfo<'a>,
}Expand description
revoke_pending_activation CPI accounts.
Fields§
§feature: &'b AccountInfo<'a>The feature account to revoke
incinerator: &'b AccountInfo<'a>The incinerator account
system_program: &'b AccountInfo<'a>The system program
Auto Trait Implementations§
impl<'a, 'b> Freeze for RevokePendingActivationCpiAccounts<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for RevokePendingActivationCpiAccounts<'a, 'b>
impl<'a, 'b> !Send for RevokePendingActivationCpiAccounts<'a, 'b>
impl<'a, 'b> !Sync for RevokePendingActivationCpiAccounts<'a, 'b>
impl<'a, 'b> Unpin for RevokePendingActivationCpiAccounts<'a, 'b>
impl<'a, 'b> !UnwindSafe for RevokePendingActivationCpiAccounts<'a, 'b>
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