pub struct ConvertCpiAccounts<'a, 'b> {Show 14 fields
pub mint: &'b AccountInfo<'a>,
pub verification_config: &'b AccountInfo<'a>,
pub instructions_sysvar: &'b AccountInfo<'a>,
pub mint_authority: &'b AccountInfo<'a>,
pub permanent_delegate: &'b AccountInfo<'a>,
pub payer: &'b AccountInfo<'a>,
pub mint_from: &'b AccountInfo<'a>,
pub mint_to: &'b AccountInfo<'a>,
pub token_account_from: &'b AccountInfo<'a>,
pub token_account_to: &'b AccountInfo<'a>,
pub rate_account: &'b AccountInfo<'a>,
pub receipt_account: &'b AccountInfo<'a>,
pub token_program: &'b AccountInfo<'a>,
pub system_program: &'b AccountInfo<'a>,
}Expand description
convert CPI accounts.
Fields§
§mint: &'b AccountInfo<'a>§verification_config: &'b AccountInfo<'a>§instructions_sysvar: &'b AccountInfo<'a>§permanent_delegate: &'b AccountInfo<'a>§payer: &'b AccountInfo<'a>§mint_from: &'b AccountInfo<'a>§mint_to: &'b AccountInfo<'a>§token_account_from: &'b AccountInfo<'a>§token_account_to: &'b AccountInfo<'a>§rate_account: &'b AccountInfo<'a>§receipt_account: &'b AccountInfo<'a>§token_program: &'b AccountInfo<'a>§system_program: &'b AccountInfo<'a>Auto Trait Implementations§
impl<'a, 'b> Freeze for ConvertCpiAccounts<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for ConvertCpiAccounts<'a, 'b>
impl<'a, 'b> !Send for ConvertCpiAccounts<'a, 'b>
impl<'a, 'b> !Sync for ConvertCpiAccounts<'a, 'b>
impl<'a, 'b> Unpin for ConvertCpiAccounts<'a, 'b>
impl<'a, 'b> UnsafeUnpin for ConvertCpiAccounts<'a, 'b>
impl<'a, 'b> !UnwindSafe for ConvertCpiAccounts<'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