pub struct MintConfigCloseCpiAccounts<'a, 'b> {
pub program_authority: &'b AccountInfo<'a>,
pub mint_config: &'b AccountInfo<'a>,
pub config: &'b AccountInfo<'a>,
}Expand description
mint_config_close CPI accounts.
Fields§
The authority of the program
mint_config: &'b AccountInfo<'a>The mint config account
config: &'b AccountInfo<'a>The config account
Auto Trait Implementations§
impl<'a, 'b> Freeze for MintConfigCloseCpiAccounts<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for MintConfigCloseCpiAccounts<'a, 'b>
impl<'a, 'b> !Send for MintConfigCloseCpiAccounts<'a, 'b>
impl<'a, 'b> !Sync for MintConfigCloseCpiAccounts<'a, 'b>
impl<'a, 'b> Unpin for MintConfigCloseCpiAccounts<'a, 'b>
impl<'a, 'b> !UnwindSafe for MintConfigCloseCpiAccounts<'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