pub struct ResumeCpiAccounts<'a, 'b> {
pub mint: &'b AccountInfo<'a>,
pub verification_config: &'b AccountInfo<'a>,
pub instructions_sysvar: &'b AccountInfo<'a>,
pub pause_authority: &'b AccountInfo<'a>,
pub mint_account: &'b AccountInfo<'a>,
pub token_program: &'b AccountInfo<'a>,
}Expand description
resume CPI accounts.
Fields§
§mint: &'b AccountInfo<'a>§verification_config: &'b AccountInfo<'a>§instructions_sysvar: &'b AccountInfo<'a>§mint_account: &'b AccountInfo<'a>§token_program: &'b AccountInfo<'a>Auto Trait Implementations§
impl<'a, 'b> Freeze for ResumeCpiAccounts<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for ResumeCpiAccounts<'a, 'b>
impl<'a, 'b> !Send for ResumeCpiAccounts<'a, 'b>
impl<'a, 'b> !Sync for ResumeCpiAccounts<'a, 'b>
impl<'a, 'b> Unpin for ResumeCpiAccounts<'a, 'b>
impl<'a, 'b> UnsafeUnpin for ResumeCpiAccounts<'a, 'b>
impl<'a, 'b> !UnwindSafe for ResumeCpiAccounts<'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