pub struct PermissionRefundCpiAccounts<'a, 'b> {
pub fee_authority: &'b AccountInfo<'a>,
pub config: &'b AccountInfo<'a>,
pub consumed_permission: &'b AccountInfo<'a>,
}Expand description
permission_refund CPI accounts.
Fields§
The fee authority of the program
config: &'b AccountInfo<'a>The config account
consumed_permission: &'b AccountInfo<'a>The consumed permission account
Auto Trait Implementations§
impl<'a, 'b> Freeze for PermissionRefundCpiAccounts<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for PermissionRefundCpiAccounts<'a, 'b>
impl<'a, 'b> !Send for PermissionRefundCpiAccounts<'a, 'b>
impl<'a, 'b> !Sync for PermissionRefundCpiAccounts<'a, 'b>
impl<'a, 'b> Unpin for PermissionRefundCpiAccounts<'a, 'b>
impl<'a, 'b> !UnwindSafe for PermissionRefundCpiAccounts<'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