pub struct InitializeMintCpiAccounts<'a, 'b> {
pub mint: &'b AccountInfo<'a>,
pub authority: &'b AccountInfo<'a>,
pub payer: &'b AccountInfo<'a>,
pub token_program: &'b AccountInfo<'a>,
pub system_program: &'b AccountInfo<'a>,
pub rent_sysvar: &'b AccountInfo<'a>,
}Expand description
initialize_mint CPI accounts.
Fields§
§mint: &'b AccountInfo<'a>§payer: &'b AccountInfo<'a>§token_program: &'b AccountInfo<'a>§system_program: &'b AccountInfo<'a>§rent_sysvar: &'b AccountInfo<'a>Auto Trait Implementations§
impl<'a, 'b> Freeze for InitializeMintCpiAccounts<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for InitializeMintCpiAccounts<'a, 'b>
impl<'a, 'b> !Send for InitializeMintCpiAccounts<'a, 'b>
impl<'a, 'b> !Sync for InitializeMintCpiAccounts<'a, 'b>
impl<'a, 'b> Unpin for InitializeMintCpiAccounts<'a, 'b>
impl<'a, 'b> UnsafeUnpin for InitializeMintCpiAccounts<'a, 'b>
impl<'a, 'b> !UnwindSafe for InitializeMintCpiAccounts<'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