pub struct PermissionConfigClose {
pub program_authority: Pubkey,
pub permission_config: Pubkey,
pub config: Pubkey,
}Expand description
Accounts.
Fields§
The authority of the program
permission_config: PubkeyThe permission config account
config: PubkeyThe config account
Implementations§
Source§impl PermissionConfigClose
impl PermissionConfigClose
pub fn instruction(&self) -> Instruction
pub fn instruction_with_remaining_accounts( &self, remaining_accounts: &[AccountMeta], ) -> Instruction
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PermissionConfigClose
impl RefUnwindSafe for PermissionConfigClose
impl Send for PermissionConfigClose
impl Sync for PermissionConfigClose
impl Unpin for PermissionConfigClose
impl UnwindSafe for PermissionConfigClose
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